export declare enum PlaceOrderTypeValue {
    Market = "market",
    Limit = "limit",
    Stop = "stop",
    StopLimit = "stop_limit",
}
