java.lang.Object
info.bitrich.xchangestream.serum.datamapper.DataMapper
Direct Known Subclasses:
EventQueueDataMapper

public abstract class DataMapper extends Object
  • Field Details

    • symbol

      protected final String symbol
    • market

      protected final Market market
    • priceDecimalPlaces

      protected final int priceDecimalPlaces
    • sizeDecimalPlaces

      protected final int sizeDecimalPlaces
  • Constructor Details

    • DataMapper

      public DataMapper(String symbol, Market market, int priceDecimalPlaces, int sizeDecimalPlaces)