Class: Quickfix::LegPaymentStreamCompoundingDatesOffsetPeriod

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

Returns a new instance of LegPaymentStreamCompoundingDatesOffsetPeriod.



66033
66034
66035
66036
66037
66038
66039
# File 'lib/quickfix_fields.rb', line 66033

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

Class Method Details

.fieldObject



66030
66031
66032
# File 'lib/quickfix_fields.rb', line 66030

def LegPaymentStreamCompoundingDatesOffsetPeriod.field
  return 42410
end