Class: Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod.



73300
73301
73302
73303
73304
73305
73306
# File 'lib/quickfix_fields.rb', line 73300

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

Class Method Details

.fieldObject



73297
73298
73299
# File 'lib/quickfix_fields.rb', line 73297

def UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod.field
  return 42951
end