Class: Quickfix::UnderlyingComplexEventOptionsPriceValuation

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

Returns a new instance of UnderlyingComplexEventOptionsPriceValuation.



71077
71078
71079
71080
71081
71082
71083
# File 'lib/quickfix_fields.rb', line 71077

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

Class Method Details

.fieldObject



71074
71075
71076
# File 'lib/quickfix_fields.rb', line 71074

def UnderlyingComplexEventOptionsPriceValuation.field
  return 2612
end