Class: Quickfix::ReturnRateQuoteCurrency

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

Returns a new instance of ReturnRateQuoteCurrency.



70375
70376
70377
70378
70379
70380
70381
# File 'lib/quickfix_fields.rb', line 70375

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

Class Method Details

.fieldObject



70372
70373
70374
# File 'lib/quickfix_fields.rb', line 70372

def ReturnRateQuoteCurrency.field
  return 42746
end