Class: Quickfix::UnderlyingComplexEventFuturesPriceValuation

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

Returns a new instance of UnderlyingComplexEventFuturesPriceValuation.



71064
71065
71066
71067
71068
71069
71070
# File 'lib/quickfix_fields.rb', line 71064

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

Class Method Details

.fieldObject



71061
71062
71063
# File 'lib/quickfix_fields.rb', line 71061

def UnderlyingComplexEventFuturesPriceValuation.field
  return 2611
end