Class: Quickfix::LegPaymentStubIndexCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRateBuySide
constructor
A new instance of LegPaymentStubIndexCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRateBuySide
32922 32923 32924 32925 32926 32927 32928 |
# File 'lib/quickfix_fields.rb', line 32922 def initialize(data = nil) if( data == nil ) super(40433) else super(40433, data) end end |
Class Method Details
.field ⇒ Object
32919 32920 32921 |
# File 'lib/quickfix_fields.rb', line 32919 def LegPaymentStubIndexCapRateBuySide.field return 40433 end |