Class: Quickfix50::NewOrderList

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50.rb

Defined Under Namespace

Classes: NoOrders, NoRootPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNewOrderList

Returns a new instance of NewOrderList.



1174
1175
1176
1177
# File 'lib/quickfix50.rb', line 1174

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("E") )
end