Class: Quickfix::UnderlyingRateSpreadStepDate

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

Returns a new instance of UnderlyingRateSpreadStepDate.



74015
74016
74017
74018
74019
74020
74021
# File 'lib/quickfix_fields.rb', line 74015

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

Class Method Details

.fieldObject



74012
74013
74014
# File 'lib/quickfix_fields.rb', line 74012

def UnderlyingRateSpreadStepDate.field
  return 43006
end