You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we compile a list of the (undocumented) warning codes? Here's what I've got so far, but I'm missing a few:
typeWarningCodeuint16const (
DuplicateOrderWarningCode=004// Instrmt has a pending/open orderUnsettledFundsWarningCode=233// No closing until funds settle (free riding)HigherMarginReqWarningCode=255// Margin calls at 50% instead of 30%NotMarginableWarningCode=367// Cash trades onlyMktOrderWhileClosedWarningCode=466// Fills at open; slippage riskExchangeClosedWarningCode=548// Extended hours trading (i think)ForeignSettlementFeeWarningCode=563// Indicates a $50 fee surcharge
)
Apologies in advance for being in the wrong language and just an enum instead of having the warningtext. 😫
The text was updated successfully, but these errors were encountered:
Can we compile a list of the (undocumented) warning codes? Here's what I've got so far, but I'm missing a few:
Apologies in advance for being in the wrong language and just an enum instead of having the warningtext. 😫
The text was updated successfully, but these errors were encountered: