Class InstrumentInfoCrypto

All Implemented Interfaces:
Serializable

@Deprecated public class InstrumentInfoCrypto extends InstrumentInfo
Deprecated.

Instrument info with some extra data usually found in cryptocurrencies.

You no longer need this class, since InstrumentInfo.sizeMultiplier was moved to parent class.

See Also:
  • Constructor Details

    • InstrumentInfoCrypto

      public InstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, double sizeMultiplier)
      Deprecated.
    • InstrumentInfoCrypto

      public InstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, boolean isFullDepth, double sizeMultiplier)
      Deprecated.