Class: Quickfix::UnderlyingPaymentStreamRateSpreadType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateSpreadType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadType
constructor
A new instance of UnderlyingPaymentStreamRateSpreadType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadType
Returns a new instance of UnderlyingPaymentStreamRateSpreadType.
55282 55283 55284 55285 55286 55287 55288 |
# File 'lib/quickfix_fields.rb', line 55282 def initialize(data = nil) if( data == nil ) super(41923) else super(41923, data) end end |
Class Method Details
.field ⇒ Object
55279 55280 55281 |
# File 'lib/quickfix_fields.rb', line 55279 def .field return 41923 end |