Class: Quickfix::LegPaymentStubIndex2RateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndex2RateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpreadPositionType
constructor
A new instance of LegPaymentStubIndex2RateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpreadPositionType
Returns a new instance of LegPaymentStubIndex2RateSpreadPositionType.
33065 33066 33067 33068 33069 33070 33071 |
# File 'lib/quickfix_fields.rb', line 33065 def initialize(data = nil) if( data == nil ) super(40444) else super(40444, data) end end |
Class Method Details
.field ⇒ Object
33062 33063 33064 |
# File 'lib/quickfix_fields.rb', line 33062 def LegPaymentStubIndex2RateSpreadPositionType.field return 40444 end |