Syntax
Public Function GetFloatingStatus(ClientID As Long, Optional ByVal SymbolID As Long = 0) As String
Description
The GetFloatingStatus operation is used to get the floating status for the given client ID
Request Parameters
Name |
Description |
Required |
ClientID |
|
Yes |
SymbolId |
|
No |
Response Elements
Name |
Description |
Result |
This operation returns a list As List(Of FloatingSettled) In case of success. Else otherwise, an explicit error code is returned
The Following are the FloatingSettled data member:
- Symbol As String
- SymbolID As Integer
- NormalBuyPrice As Double
- BOPercent As Double
- NormalbuyClose As Double
- NormalBuyLot As Double
- NormalSellPrice As Double
- NormalSellClose As Double
- NormalSelllot As Double
- NormalprofitLoss As Double
- NormalDeal As Double
- CovBuyPrice As Double
- CovBuyClose As Double
- CovBuyLot As Double
- CovSellPrice As Double
- CovSellClose As Double
- CovSellLot As Double
- CovProfitLoss As Double
- CovDeal As Double
- NormalBuyRefAskPrice As Double
- NormalSellRefBidPrice As Double
- CovBuyRefBidPrice As Double
- NormalBuyRefBidPrice As Double
- CovSellRefBidPrice As Double
- CovBuyRefAskPrice As Double
- CovSellRefAskPrice As Double
- NormalSellRefAskPrice As Double
- NetLot As Double
- NetPofit As Double
- TotalNormalDeal As Double
- TotalCovDeal As Double
- TotalNormalSellLot As Double
- TotalCovSellLot As Double
- TotalNormalBuyLot As Double
- TotalCovBuyLot As Double
- TotalNetLots As Double
- TotalNormalProfitLoss As Double
- TotalCovProfitLoss As Double
- TotalNetProfit As Double
|
See Also
VertexFX BackOfficeWCF Service Index