Class: Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStreamFinalPricePaymentDateOffsetDayType.



73326
73327
73328
73329
73330
73331
73332
# File 'lib/quickfix_fields.rb', line 73326

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

Class Method Details

.fieldObject



73323
73324
73325
# File 'lib/quickfix_fields.rb', line 73323

def UnderlyingPaymentStreamFinalPricePaymentDateOffsetDayType.field
  return 42953
end