Class: Quickfix::PaymentStubIndexFloorRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexFloorRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexFloorRateSellSide
constructor
A new instance of PaymentStubIndexFloorRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexFloorRateSellSide
Returns a new instance of PaymentStubIndexFloorRateSellSide.
38876 38877 38878 38879 38880 38881 38882 |
# File 'lib/quickfix_fields.rb', line 38876 def initialize(data = nil) if( data == nil ) super(40891) else super(40891, data) end end |
Class Method Details
.field ⇒ Object
38873 38874 38875 |
# File 'lib/quickfix_fields.rb', line 38873 def PaymentStubIndexFloorRateSellSide.field return 40891 end |