Enum PostQuoteBankModel.SideEnum

  • All Implemented Interfaces:
    Serializable, Comparable<PostQuoteBankModel.SideEnum>
    Enclosing class:
    PostQuoteBankModel

    public static enum PostQuoteBankModel.SideEnum
    extends Enum<PostQuoteBankModel.SideEnum>
    The direction for trade quotes: either 'buy' or 'sell'. The direction for funding quotes: either 'deposit' or 'withdrawal'. The direction for crypto transfer quotes: 'withdrawal'. Book transfers do not require a side. They are all 'deposit's. Required when product_type is funding, product_type is trading, or product_type is crypto_transfer.