Class: Quickfix::SideTrdSubTyp
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideTrdSubTyp
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideTrdSubTyp
constructor
A new instance of SideTrdSubTyp.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideTrdSubTyp
Returns a new instance of SideTrdSubTyp.
13552 13553 13554 13555 13556 13557 13558 |
# File 'lib/quickfix_fields.rb', line 13552 def initialize(data = nil) if( data == nil ) super(1008) else super(1008, data) end end |
Class Method Details
.field ⇒ Object
13549 13550 13551 |
# File 'lib/quickfix_fields.rb', line 13549 def SideTrdSubTyp.field return 1008 end |