Class: Quickfix::LegPaymentStubIndexFloorRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexFloorRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexFloorRateSellSide
constructor
A new instance of LegPaymentStubIndexFloorRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexFloorRateSellSide
Returns a new instance of LegPaymentStubIndexFloorRateSellSide.
32974 32975 32976 32977 32978 32979 32980 |
# File 'lib/quickfix_fields.rb', line 32974 def initialize(data = nil) if( data == nil ) super(40437) else super(40437, data) end end |
Class Method Details
.field ⇒ Object
32971 32972 32973 |
# File 'lib/quickfix_fields.rb', line 32971 def LegPaymentStubIndexFloorRateSellSide.field return 40437 end |