I'm trying to send "Stop Limit" Order with Excel VBA to Goldman Smart Order Routing platform.
While debugging the certain fields are either "Invalid" or not populated.
The current examples are inadequate, and are not real world function examples.
Using the Redi Montage the field that work set by hand:
Side = Buy
Symbol = any
Price = 10.2
Quantity = 100
PriceType = "SOR"
Account = *********
Destination = "GSCO NA Eq algo" // note: RediLib uses Exchange, but fails when setting this value
TIF = Day
Stop = 10.2 // note: trying to set StopPrice in VBA, yields nothing
OrderType = Stop Limit // note: RediLib does not have an equivalent.
In short, RediLib may not be able to handle advance Routing or Limit Orders based on brokers selected.
Please provide a working example with Goldman Sachs.
Thanks,