REDI Auctions

Hereunder the code that EBBS used to assign the
price and order type:

hOrder.exchange
= "GSIE ALGO"
hOrder.SetNewVariable "(MB) Order Type",
"Limit"
hOrder.SetNewVariable "(MB) Time in Force", "Day"
hOrder.PriceType = "AUCTION GSIE"

How do you specify the Open/Close Auction ?
Below does not work. They didnt specify anything and the order went as "Close Auction"

hOrder.PriceType = "AUCTION GSIE"

hOrder.AuctionType = "Open"

Tagged:

Best Answer

Answers