Class: Quickfix::NoLegStreams
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegStreams
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegStreams
constructor
A new instance of NoLegStreams.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegStreams
Returns a new instance of NoLegStreams.
30426 30427 30428 30429 30430 30431 30432 |
# File 'lib/quickfix_fields.rb', line 30426 def initialize(data = nil) if( data == nil ) super(40241) else super(40241, data) end end |
Class Method Details
.field ⇒ Object
30423 30424 30425 |
# File 'lib/quickfix_fields.rb', line 30423 def NoLegStreams.field return 40241 end |