All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.trickl.model.oanda.transaction.OrderFillReason Maven / Gradle / Ivy

package com.trickl.model.oanda.transaction;

/** The reason that an Order was filled. */
enum OrderFillReason {
    LIMIT_ORDER,
    STOP_ORDER,
    MARKET_IF_TOUCHED_ORDER,
    TAKE_PROFIT_ORDER,
    STOP_LOSS_ORDER,
    TRAILING_STOP_LOSS_ORDER,
    MARKET_ORDER,
    MARKET_ORDER_TRADE_CLOSE,
    MARKET_ORDER_POSITION_CLOSEOUT,
    MARKET_ORDER_MARGIN_CLOSEOUT,
    MARKET_ORDER_DELAYED_TRADE_CLOSE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy