Class: Quickfix::LegReturnRateQuoteDate

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

Returns a new instance of LegReturnRateQuoteDate.



67840
67841
67842
67843
67844
67845
67846
# File 'lib/quickfix_fields.rb', line 67840

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

Class Method Details

.fieldObject



67837
67838
67839
# File 'lib/quickfix_fields.rb', line 67837

def LegReturnRateQuoteDate.field
  return 42549
end