Method: IB::MarketOnOpen.summary

Defined in:
lib/ib/order_prototypes/market.rb

.summaryObject



108
109
110
111
112
113
# File 'lib/ib/order_prototypes/market.rb', line 108

def summary
	<<-HERE
	A Market-on-Close (MOC) order is a market order that is submitted to execute as close
	to the closing price as possible.
	HERE
end