Class: Quickfix::UnderlyingComplexEventStrikeFactor

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) ⇒ UnderlyingComplexEventStrikeFactor

Returns a new instance of UnderlyingComplexEventStrikeFactor.



52695
52696
52697
52698
52699
52700
52701
# File 'lib/quickfix_fields.rb', line 52695

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

Class Method Details

.fieldObject



52692
52693
52694
# File 'lib/quickfix_fields.rb', line 52692

def UnderlyingComplexEventStrikeFactor.field
  return 2275
end