Class: Quickfix::LegPaymentStubIndexCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRateSellSide
constructor
A new instance of LegPaymentStubIndexCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRateSellSide
Returns a new instance of LegPaymentStubIndexCapRateSellSide.
32935 32936 32937 32938 32939 32940 32941 |
# File 'lib/quickfix_fields.rb', line 32935 def initialize(data = nil) if( data == nil ) super(40434) else super(40434, data) end end |
Class Method Details
.field ⇒ Object
32932 32933 32934 |
# File 'lib/quickfix_fields.rb', line 32932 def LegPaymentStubIndexCapRateSellSide.field return 40434 end |