Class MetatraderAccountUpdateDto
- java.lang.Object
-
- cloud.metaapi.sdk.clients.meta_api.models.MetatraderAccountUpdateDto
-
public class MetatraderAccountUpdateDto extends Object
Updated MetaTrader account data
-
-
Field Summary
Fields Modifier and Type Field Description booleanmanualTradesFlag indicating if trades should be placed as manual trades, ornull.StringnameMetaTrader account human-readable name in the MetaApi appStringpasswordMetaTrader account password.DoublequoteStreamingIntervalInSecondsQuote streaming interval in seconds, ornull.StringserverMetaTrader server which hosts the account
-
Constructor Summary
Constructors Constructor Description MetatraderAccountUpdateDto()
-
-
-
Field Detail
-
name
public String name
MetaTrader account human-readable name in the MetaApi app
-
password
public String password
MetaTrader account password. The password can be either investor password for read-only access or master password to enable trading features. Required for cloud account
-
server
public String server
MetaTrader server which hosts the account
-
manualTrades
public boolean manualTrades
Flag indicating if trades should be placed as manual trades, ornull. Default is false.
-
quoteStreamingIntervalInSeconds
public Double quoteStreamingIntervalInSeconds
Quote streaming interval in seconds, ornull. Set to 0 in order to receive quotes on each tick. Default value is 2.5 seconds. Intervals less than 2.5 seconds are supported only for G2
-
-