/** * Order action. */ export declare enum OrderAction { BUY = "BUY", SELL = "SELL", SSHORT = "SSHORT", SLONG = "SLONG" } export default OrderAction;