Class: Quickfix::ReturnRateQuoteExchange

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

Returns a new instance of ReturnRateQuoteExchange.



70466
70467
70468
70469
70470
70471
70472
# File 'lib/quickfix_fields.rb', line 70466

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

Class Method Details

.fieldObject



70463
70464
70465
# File 'lib/quickfix_fields.rb', line 70463

def ReturnRateQuoteExchange.field
  return 42753
end