Class: Quickfix::UnderlyingReturnRateQuoteMethod

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

Returns a new instance of UnderlyingReturnRateQuoteMethod.



74509
74510
74511
74512
74513
74514
74515
# File 'lib/quickfix_fields.rb', line 74509

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

Class Method Details

.fieldObject



74506
74507
74508
# File 'lib/quickfix_fields.rb', line 74506

def UnderlyingReturnRateQuoteMethod.field
  return 43044
end