Class: Quickfix44::NewOrderSingle

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs, NoStipulations, NoTradingSessions, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeNewOrderSingle

Returns a new instance of NewOrderSingle.



914
915
916
917
# File 'lib/quickfix44.rb', line 914

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