Class: Quickfix50Sp1::NewOrderSingle

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs, NoStipulations, NoStrategyParameters, NoTradingSessions, NoTrdRegTimestamps, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeNewOrderSingle

Returns a new instance of NewOrderSingle.



1199
1200
1201
1202
# File 'lib/quickfix50sp1.rb', line 1199

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