Class: Quickfix::LegStreamType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegStreamType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamType
constructor
A new instance of LegStreamType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegStreamType
Returns a new instance of LegStreamType.
30439 30440 30441 30442 30443 30444 30445 |
# File 'lib/quickfix_fields.rb', line 30439 def initialize(data = nil) if( data == nil ) super(40242) else super(40242, data) end end |
Class Method Details
.field ⇒ Object
30436 30437 30438 |
# File 'lib/quickfix_fields.rb', line 30436 def LegStreamType.field return 40242 end |