ArjunVachhani / order-matcher

simple, fast and feature rich order matching engine supports limit, market, stop-loss, iceberg, IOC, FOK, GTD orders
MIT License
137 stars 70 forks source link

Do you support GTD (Good-til-Date/Time) orders? #47

Closed P9avel closed 2 years ago

P9avel commented 2 years ago

Hi, do you support GTD (Good-til-Date/Time) orders?

ArjunVachhani commented 2 years ago

Yes, order-matcher supports Good-till-Date/time orders. You can set Order.CancelOn property to auto cancel in the future. CancelOn is represented as seconds from Jan 1, 1970 UTC (EPOCH seconds).

Checkout Order Wiki to learn about Order Type fields. and various supported order types.

P9avel commented 2 years ago

Yes, all OK, sorry for dummy question