BridgeGetOrderIDByTag Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic string GetOrderIDByTag(
string exch,
string trdsym,
string tag
)
Public Function GetOrderIDByTag (
exch As String,
trdsym As String,
tag As String
) As String
Parameters
- exch
- Type: SystemString
- trdsym
- Type: SystemString
- tag
- Type: SystemString
Return Value
Type:
String
See Also