Class: Quickfix::LegPaymentStubIndexRateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpreadPositionType
constructor
A new instance of LegPaymentStubIndexRateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpreadPositionType
Returns a new instance of LegPaymentStubIndexRateSpreadPositionType.
32883 32884 32885 32886 32887 32888 32889 |
# File 'lib/quickfix_fields.rb', line 32883 def initialize(data = nil) if( data == nil ) super(40430) else super(40430, data) end end |
Class Method Details
.field ⇒ Object
32880 32881 32882 |
# File 'lib/quickfix_fields.rb', line 32880 def LegPaymentStubIndexRateSpreadPositionType.field return 40430 end |