Class: Quickfix50Sp2::NewOrderSingle

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



1297
1298
1299
1300
# File 'lib/quickfix50sp2.rb', line 1297

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