BridgeGetSellOrdersByProduct Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic int GetSellOrdersByProduct(
string exch,
string trdsym,
string prodType
)
Public Function GetSellOrdersByProduct (
exch As String,
trdsym As String,
prodType As String
) As Integer
Parameters
- exch
- Type: SystemString
- trdsym
- Type: SystemString
- prodType
- Type: SystemString
Return Value
Type:
Int32
See Also