Class MetatraderAccountUpdateDto


  • public class MetatraderAccountUpdateDto
    extends Object
    Updated MetaTrader account data
    • 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, or null. Default is false.
      • quoteStreamingIntervalInSeconds

        public Double quoteStreamingIntervalInSeconds
        Quote streaming interval in seconds, or null. 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
    • Constructor Detail

      • MetatraderAccountUpdateDto

        public MetatraderAccountUpdateDto()