Class: Quickfix50Sp2::NewOrderList

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

Defined Under Namespace

Classes: NoOrders, NoRootPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNewOrderList

Returns a new instance of NewOrderList.



1484
1485
1486
1487
# File 'lib/quickfix50sp2.rb', line 1484

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