Class: Quickfix::UnderlyingPaymentStreamCompoundingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDateType
constructor
A new instance of UnderlyingPaymentStreamCompoundingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDateType
Returns a new instance of UnderlyingPaymentStreamCompoundingDateType.
72676 72677 72678 72679 72680 72681 72682 |
# File 'lib/quickfix_fields.rb', line 72676 def initialize(data = nil) if( data == nil ) super(42903) else super(42903, data) end end |
Class Method Details
.field ⇒ Object
72673 72674 72675 |
# File 'lib/quickfix_fields.rb', line 72673 def UnderlyingPaymentStreamCompoundingDateType.field return 42903 end |