Class: Quickfix::LegPaymentStreamCompoundingDatesRelativeTo

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



66020
66021
66022
66023
66024
66025
66026
# File 'lib/quickfix_fields.rb', line 66020

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

Class Method Details

.fieldObject



66017
66018
66019
# File 'lib/quickfix_fields.rb', line 66017

def LegPaymentStreamCompoundingDatesRelativeTo.field
  return 42409
end