HelperGetCapturedPrice 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 GetCapturedPrice(
string trdsym,
double value,
string field,
bool isCapture,
string stgyCode,
bool isReset = false,
bool isstatic = true
)
Public Function GetCapturedPrice (
trdsym As String,
value As Double,
field As String,
isCapture As Boolean,
stgyCode As String,
Optional isReset As Boolean = false,
Optional isstatic As Boolean = true
) As Double
Parameters
- trdsym
- Type: SystemString
- value
- Type: SystemDouble
- field
- Type: SystemString
- isCapture
- Type: SystemBoolean
- stgyCode
- Type: SystemString
- isReset (Optional)
- Type: SystemBoolean
- isstatic (Optional)
- Type: SystemBoolean
Return Value
Type:
Double
See Also