Class: Quickfix::ComplexEventFuturesPriceValuation

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

Returns a new instance of ComplexEventFuturesPriceValuation.



63355
63356
63357
63358
63359
63360
63361
# File 'lib/quickfix_fields.rb', line 63355

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

Class Method Details

.fieldObject



63352
63353
63354
# File 'lib/quickfix_fields.rb', line 63352

def ComplexEventFuturesPriceValuation.field
  return 2597
end