Class: Quickfix50Sp1::NewOrderList

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

Defined Under Namespace

Classes: NoOrders, NoRootPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNewOrderList

Returns a new instance of NewOrderList.



1378
1379
1380
1381
# File 'lib/quickfix50sp1.rb', line 1378

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