MT4ManagerSummaryCurrency Method |
Sets the currency, in which clients' summary positions for a symbol are calculated.
Namespace:
mtapi.be.MT4ManagerNetApi
Assembly:
MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SummaryCurrency(
string cur,
int maxchars
)
Public Sub SummaryCurrency (
cur As String,
maxchars As Integer
)
public:
void SummaryCurrency(
String^ cur,
int maxchars
)
member SummaryCurrency :
cur : string *
maxchars : int -> unit
Parameters
- cur
- Type: SystemString
- maxchars
- Type: SystemInt32
See Also