Class: Quickfix::UnderlyingReturnRatePriceCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRatePriceCurrency

Returns a new instance of UnderlyingReturnRatePriceCurrency.



74808
74809
74810
74811
74812
74813
74814
# File 'lib/quickfix_fields.rb', line 74808

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

Class Method Details

.fieldObject



74805
74806
74807
# File 'lib/quickfix_fields.rb', line 74805

def UnderlyingReturnRatePriceCurrency.field
  return 43067
end