Class: Quickfix::LegPaymentStubIndexFloorRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexFloorRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexFloorRateBuySide
constructor
A new instance of LegPaymentStubIndexFloorRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexFloorRateBuySide
Returns a new instance of LegPaymentStubIndexFloorRateBuySide.
32961 32962 32963 32964 32965 32966 32967 |
# File 'lib/quickfix_fields.rb', line 32961 def initialize(data = nil) if( data == nil ) super(40436) else super(40436, data) end end |
Class Method Details
.field ⇒ Object
32958 32959 32960 |
# File 'lib/quickfix_fields.rb', line 32958 def LegPaymentStubIndexFloorRateBuySide.field return 40436 end |