Class: Quickfix::LegPaymentStreamCompoundingEndDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingEndDateRelativeTo

Returns a new instance of LegPaymentStreamCompoundingEndDateRelativeTo.



66189
66190
66191
66192
66193
66194
66195
# File 'lib/quickfix_fields.rb', line 66189

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

Class Method Details

.fieldObject



66186
66187
66188
# File 'lib/quickfix_fields.rb', line 66186

def LegPaymentStreamCompoundingEndDateRelativeTo.field
  return 42422
end