Class: Quickfix::LegReturnRateValuationStartDateAdjusted

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

Returns a new instance of LegReturnRateValuationStartDateAdjusted.



67450
67451
67452
67453
67454
67455
67456
# File 'lib/quickfix_fields.rb', line 67450

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

Class Method Details

.fieldObject



67447
67448
67449
# File 'lib/quickfix_fields.rb', line 67447

def LegReturnRateValuationStartDateAdjusted.field
  return 42519
end