Class: Quickfix::PaymentStubIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2CurvePeriod
constructor
A new instance of PaymentStubIndex2CurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2CurvePeriod
38915 38916 38917 38918 38919 38920 38921 |
# File 'lib/quickfix_fields.rb', line 38915 def initialize(data = nil) if( data == nil ) super(40894) else super(40894, data) end end |
Class Method Details
.field ⇒ Object
38912 38913 38914 |
# File 'lib/quickfix_fields.rb', line 38912 def PaymentStubIndex2CurvePeriod.field return 40894 end |