Class: Quickfix::ComplexEventStrikeFactor

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



41356
41357
41358
# File 'lib/quickfix_fields.rb', line 41356

def ComplexEventStrikeFactor.field
  return 2131
end