Class: Quickfix::UnderlyingListMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingListMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingListMethod
constructor
A new instance of UnderlyingListMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingListMethod
Returns a new instance of UnderlyingListMethod.
26604 26605 26606 26607 26608 26609 26610 |
# File 'lib/quickfix_fields.rb', line 26604 def initialize(data = nil) if( data == nil ) super(2032) else super(2032, data) end end |
Class Method Details
.field ⇒ Object
26601 26602 26603 |
# File 'lib/quickfix_fields.rb', line 26601 def .field return 2032 end |