Class: Quickfix::UnderlyingPaymentStreamSettlLevel
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamSettlLevel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamSettlLevel
constructor
A new instance of UnderlyingPaymentStreamSettlLevel.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamSettlLevel
Returns a new instance of UnderlyingPaymentStreamSettlLevel.
55191 55192 55193 55194 55195 55196 55197 |
# File 'lib/quickfix_fields.rb', line 55191 def initialize(data = nil) if( data == nil ) super(41916) else super(41916, data) end end |
Class Method Details
.field ⇒ Object
55188 55189 55190 |
# File 'lib/quickfix_fields.rb', line 55188 def .field return 41916 end |