OrderType

Git Source

enum OrderType {
    NONE,
    DEPOSIT,
    WITHDRAW
}