Class: Quickfix::ComplexEventStrikeFactor

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventStrikeFactor

Returns a new instance of ComplexEventStrikeFactor.



41359
41360
41361
41362
41363
41364
41365
# File 'lib/quickfix_fields.rb', line 41359

def initialize(data = nil)
	if( data == nil )
		super(2131)
	else
		super(2131, data)
	end
end