Class: Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStreamRateCutoffDateOffsetDayType.



35275
35276
35277
35278
35279
35280
35281
# File 'lib/quickfix_fields.rb', line 35275

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

Class Method Details

.fieldObject



35272
35273
35274
# File 'lib/quickfix_fields.rb', line 35272

def UnderlyingPaymentStreamRateCutoffDateOffsetDayType.field
  return 40614
end