Class: Quickfix::UnderlyingPaymentStreamFirstObservationDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStreamFirstObservationDateOffsetDayType.



73417
73418
73419
73420
73421
73422
73423
# File 'lib/quickfix_fields.rb', line 73417

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

Class Method Details

.fieldObject



73414
73415
73416
# File 'lib/quickfix_fields.rb', line 73414

def UnderlyingPaymentStreamFirstObservationDateOffsetDayType.field
  return 42960
end