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