Class: Quickfix::ReturnRateValuationPriceOption

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ReturnRateValuationPriceOption

Returns a new instance of ReturnRateValuationPriceOption.



70544
70545
70546
70547
70548
70549
70550
# File 'lib/quickfix_fields.rb', line 70544

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

Class Method Details

.fieldObject



70541
70542
70543
# File 'lib/quickfix_fields.rb', line 70541

def ReturnRateValuationPriceOption.field
  return 42759
end