Class: Quickfix::UnderlyingPaymentStreamCompoundingPeriodSkip
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingPeriodSkip
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingPeriodSkip
constructor
A new instance of UnderlyingPaymentStreamCompoundingPeriodSkip.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingPeriodSkip
Returns a new instance of UnderlyingPaymentStreamCompoundingPeriodSkip.
72754 72755 72756 72757 72758 72759 72760 |
# File 'lib/quickfix_fields.rb', line 72754 def initialize(data = nil) if( data == nil ) super(42909) else super(42909, data) end end |
Class Method Details
.field ⇒ Object
72751 72752 72753 |
# File 'lib/quickfix_fields.rb', line 72751 def .field return 42909 end |