Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateOffsetPeriod.



73196
73197
73198
73199
73200
73201
73202
# File 'lib/quickfix_fields.rb', line 73196

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

Class Method Details

.fieldObject



73193
73194
73195
# File 'lib/quickfix_fields.rb', line 73193

def UnderlyingPaymentStreamCompoundingStartDateOffsetPeriod.field
  return 42943
end