Class: Quickfix50Sp2::OrderMassActionReport::NoUnderlyingPhysicalSettlTerms

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoUnderlyingPhysicalSettlDeliverableObligations

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoUnderlyingPhysicalSettlTerms

Returns a new instance of NoUnderlyingPhysicalSettlTerms.



344971
344972
344973
344974
344975
344976
344977
344978
344979
344980
# File 'lib/quickfix50sp2.rb', line 344971

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 42065
	order[1] = 42061
	order[2] = 42062
	order[3] = 42063
	order[4] = 42064
	order[5] = 0
	super(42060, 42065, order)
end