Class: Quickfix::ReturnRatePriceCurrency

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

Returns a new instance of ReturnRatePriceCurrency.



70661
70662
70663
70664
70665
70666
70667
# File 'lib/quickfix_fields.rb', line 70661

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

Class Method Details

.fieldObject



70658
70659
70660
# File 'lib/quickfix_fields.rb', line 70658

def ReturnRatePriceCurrency.field
  return 42768
end