Class: Quickfix::PaymentStubIndex2RateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndex2RateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2RateSpreadPositionType
constructor
A new instance of PaymentStubIndex2RateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2RateSpreadPositionType
Returns a new instance of PaymentStubIndex2RateSpreadPositionType.
38967 38968 38969 38970 38971 38972 38973 |
# File 'lib/quickfix_fields.rb', line 38967 def initialize(data = nil) if( data == nil ) super(40898) else super(40898, data) end end |
Class Method Details
.field ⇒ Object
38964 38965 38966 |
# File 'lib/quickfix_fields.rb', line 38964 def PaymentStubIndex2RateSpreadPositionType.field return 40898 end |