Syntax
Public Function NetTradingSymbolsReport(ClientID As Long, FromDate As String, ToDate As String) As String
Description
The NetTradingSymbolsReport operation is used to get the symbol lots report that shows the net closed positions on each symbol with more detail for the
account(s).
Request Parameters
Name | Description | Required |
ClientID |
|
Yes |
FromDate |
|
Yes |
ToDate |
|
Yes |
Response Elements
Name | Description |
Result | The operation returns a list of types SymbolLotsReport, otherwise, an explicit error code is returned if ClientID is less than 0.
The Following are the SymbolLotsReportdata member
|
See Also