Class ExchangeSide


  • public final class ExchangeSide
    extends java.lang.Object
    Exchange side, 'BUY' or 'SELL'.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUY  
      static java.lang.String SELL  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExchangeSide()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExchangeSide

        public ExchangeSide()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object