package com.bizzan.bitrade.entity;

public enum ExchangeOrderDirection {
    BUY,SELL;
}
