Class: Quickfix::LegComplexEventFuturesPriceValuation

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

Returns a new instance of LegComplexEventFuturesPriceValuation.



64694
64695
64696
64697
64698
64699
64700
# File 'lib/quickfix_fields.rb', line 64694

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

Class Method Details

.fieldObject



64691
64692
64693
# File 'lib/quickfix_fields.rb', line 64691

def LegComplexEventFuturesPriceValuation.field
  return 2608
end