Class: Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateCutoffDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStreamRateCutoffDateOffsetDayType.
Methods inherited from IntField
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
.field ⇒ Object
35272 35273 35274 |
# File 'lib/quickfix_fields.rb', line 35272 def .field return 40614 end |