Class: Quickfix::PaymentStubIndexFloorRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexFloorRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexFloorRateBuySide
constructor
A new instance of PaymentStubIndexFloorRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexFloorRateBuySide
Returns a new instance of PaymentStubIndexFloorRateBuySide.
38863 38864 38865 38866 38867 38868 38869 |
# File 'lib/quickfix_fields.rb', line 38863 def initialize(data = nil) if( data == nil ) super(40890) else super(40890, data) end end |
Class Method Details
.field ⇒ Object
38860 38861 38862 |
# File 'lib/quickfix_fields.rb', line 38860 def PaymentStubIndexFloorRateBuySide.field return 40890 end |