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

com.trickl.model.oanda.order.TimeInForce Maven / Gradle / Ivy

package com.trickl.model.oanda.order;

/**
 * The time-in-force of an Order. TimeInForce describes how long an Order should remain pending
 * before being automatically cancelled by the execution system.
 */
public enum TimeInForce {
  GTC,
  GTD,
  GFD,
  FOK,
  IOC
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy