Class: Quickfix::MultilegModel
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MultilegModel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MultilegModel
constructor
A new instance of MultilegModel.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MultilegModel
18284 18285 18286 18287 18288 18289 18290 |
# File 'lib/quickfix_fields.rb', line 18284 def initialize(data = nil) if( data == nil ) super(1377) else super(1377, data) end end |
Class Method Details
.field ⇒ Object
18281 18282 18283 |
# File 'lib/quickfix_fields.rb', line 18281 def MultilegModel.field return 1377 end |