Is there a way to add display quantity from the REDI API for equity orders?

Is there a way to add display quantity from the REDI API for equity orders?

Best Answer

  • Hi @mharaburda,

    It depends on the broker/order type you're using. For some brokers, this is sufficient to send Display Quantity:

    hOrder.DisplayQuantity = DisplayQuantity

    Other brokers are configured differently, which require you to retrieve and set a MB field. (see documentation for the "GetMB..." functions)

    As discussed offline with your account manager, we are working with you to determine the correct values to set.

    Thanks,

    Brian

Answers