stoqey / ibkr

Interactive Brokers wrapper 🚩
MIT License
59 stars 11 forks source link

Order values are in max_int #65

Closed Tsopic closed 3 years ago

Tsopic commented 3 years ago

I'm testing the order entry and event that confirms Fill has MAX int values. What should I do?

trailStopPrice: 1.7976931348623157e+308, trailingPercent: 1.7976931348623157e+308, basisPoints: 1.7976931348623157e+308, basisPointsType: 1.7976931348623157e+308, scaleInitLevelSize: 1.7976931348623157e+308, scaleSubsLevelSize: 1.7976931348623157e+308, scalePriceIncrement: 1.7976931348623157e+308,

Tsopic commented 3 years ago

Found the answer, They are MAX_INT when no other value is present from the API