Class: Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamRateCutoffDateOffsetPeriod.



35249
35250
35251
35252
35253
35254
35255
# File 'lib/quickfix_fields.rb', line 35249

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

Class Method Details

.fieldObject



35246
35247
35248
# File 'lib/quickfix_fields.rb', line 35246

def UnderlyingPaymentStreamRateCutoffDateOffsetPeriod.field
  return 40612
end