Class: Quickfix::ReturnRateQuoteTime

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

Returns a new instance of ReturnRateQuoteTime.



70414
70415
70416
70417
70418
70419
70420
# File 'lib/quickfix_fields.rb', line 70414

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

Class Method Details

.fieldObject



70411
70412
70413
# File 'lib/quickfix_fields.rb', line 70411

def ReturnRateQuoteTime.field
  return 42749
end