UNPKG

notbank

Version:
11 lines (10 loc) 272 B
// Tiempo de ejecución export enum TimeInForce { Unknown = 0, GTC = 1, // Good 'til canceled OPG = 2, // Execute as close to opening price IOC = 3, // Immediate or canceled FOK = 4, // Fill or kill GTX = 5, // Good 'til executed GTD = 6 // Good 'til date }