Class InstrumentInfoCrypto

java.lang.Object
All Implemented Interfaces:
java.io.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:
Serialized Form
  • Constructor Details

    • InstrumentInfoCrypto

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

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