Class: Quickfix::UnderlyingPaymentScheduleRateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSpreadPositionType
constructor
A new instance of UnderlyingPaymentScheduleRateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSpreadPositionType
Returns a new instance of UnderlyingPaymentScheduleRateSpreadPositionType.
36081 36082 36083 36084 36085 36086 36087 |
# File 'lib/quickfix_fields.rb', line 36081 def initialize(data = nil) if( data == nil ) super(40676) else super(40676, data) end end |
Class Method Details
.field ⇒ Object
36078 36079 36080 |
# File 'lib/quickfix_fields.rb', line 36078 def .field return 40676 end |