Class: Quickfix::LegComplexEventOptionsPriceValuation

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventOptionsPriceValuation

Returns a new instance of LegComplexEventOptionsPriceValuation.



64707
64708
64709
64710
64711
64712
64713
# File 'lib/quickfix_fields.rb', line 64707

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

Class Method Details

.fieldObject



64704
64705
64706
# File 'lib/quickfix_fields.rb', line 64704

def LegComplexEventOptionsPriceValuation.field
  return 2609
end