Class: Quickfix::PaymentStubIndexCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexCapRateBuySide
constructor
A new instance of PaymentStubIndexCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexCapRateBuySide
Returns a new instance of PaymentStubIndexCapRateBuySide.
38824 38825 38826 38827 38828 38829 38830 |
# File 'lib/quickfix_fields.rb', line 38824 def initialize(data = nil) if( data == nil ) super(40887) else super(40887, data) end end |
Class Method Details
.field ⇒ Object
38821 38822 38823 |
# File 'lib/quickfix_fields.rb', line 38821 def PaymentStubIndexCapRateBuySide.field return 40887 end |