Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStreamPaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetDayType
Returns a new instance of UnderlyingPaymentStreamPaymentDateOffsetDayType.
34976 34977 34978 34979 34980 34981 34982 |
# File 'lib/quickfix_fields.rb', line 34976 def initialize(data = nil) if( data == nil ) super(40591) else super(40591, data) end end |
Class Method Details
.field ⇒ Object
34973 34974 34975 |
# File 'lib/quickfix_fields.rb', line 34973 def .field return 40591 end |