Class: Quickfix::ComplexEventOptionsPriceValuation

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

Returns a new instance of ComplexEventOptionsPriceValuation.



63368
63369
63370
63371
63372
63373
63374
# File 'lib/quickfix_fields.rb', line 63368

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

Class Method Details

.fieldObject



63365
63366
63367
# File 'lib/quickfix_fields.rb', line 63365

def ComplexEventOptionsPriceValuation.field
  return 2598
end