Class: Quickfix::UnderlyingPaymentStreamRateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadPositionType
constructor
A new instance of UnderlyingPaymentStreamRateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadPositionType
Returns a new instance of UnderlyingPaymentStreamRateSpreadPositionType.
35431 35432 35433 35434 35435 35436 35437 |
# File 'lib/quickfix_fields.rb', line 35431 def initialize(data = nil) if( data == nil ) super(40626) else super(40626, data) end end |
Class Method Details
.field ⇒ Object
35428 35429 35430 |
# File 'lib/quickfix_fields.rb', line 35428 def .field return 40626 end |