MT5APIGetContaractSize Method
|
Contruct size
Namespace:
mtapi.mt5
Assembly:
mt5api (in mt5api.dll) Version: 4.6.1.4
Syntaxpublic double GetContaractSize(
string symbol
)
Public Function GetContaractSize (
symbol As String
) As Double
public:
double GetContaractSize(
String^ symbol
)
member GetContaractSize :
symbol : string -> float
Parameters
- symbol
- Type: SystemString
Symbol
Return Value
Type:
Double
See Also