Class: Quickfix::PaymentStubIndexCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexCapRateSellSide
constructor
A new instance of PaymentStubIndexCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexCapRateSellSide
38837 38838 38839 38840 38841 38842 38843 |
# File 'lib/quickfix_fields.rb', line 38837 def initialize(data = nil) if( data == nil ) super(40888) else super(40888, data) end end |
Class Method Details
.field ⇒ Object
38834 38835 38836 |
# File 'lib/quickfix_fields.rb', line 38834 def PaymentStubIndexCapRateSellSide.field return 40888 end |