Class: Quickfix::ReturnRateQuoteUnits

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

Returns a new instance of ReturnRateQuoteUnits.



70349
70350
70351
70352
70353
70354
70355
# File 'lib/quickfix_fields.rb', line 70349

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

Class Method Details

.fieldObject



70346
70347
70348
# File 'lib/quickfix_fields.rb', line 70346

def ReturnRateQuoteUnits.field
  return 42744
end