Class: Quickfix43::NewOrderSingle

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs, NoSecurityAltID, NoStipulations, NoTradingSessions

Instance Method Summary collapse

Constructor Details

#initializeNewOrderSingle

Returns a new instance of NewOrderSingle.



424
425
426
427
# File 'lib/quickfix43.rb', line 424

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