Class: Quickfix::ReturnRateQuoteDate

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



70427
70428
70429
70430
70431
70432
70433
# File 'lib/quickfix_fields.rb', line 70427

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

Class Method Details

.fieldObject



70424
70425
70426
# File 'lib/quickfix_fields.rb', line 70424

def ReturnRateQuoteDate.field
  return 42750
end