package com.bizzan.bitrade.entity;

public enum ExchangeOrderStatus {
    TRADING,COMPLETED,CANCELED,OVERTIMED;
}
