Class: Quickfix::SideTrdSubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideTrdSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideTrdSubType
constructor
A new instance of SideTrdSubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideTrdSubType
Returns a new instance of SideTrdSubType.
18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/quickfix_fields.rb', line 18765 def initialize(data = nil) if( data == nil ) super(1008) else super(1008, data) end end |
Class Method Details
.field ⇒ Object
18762 18763 18764 |
# File 'lib/quickfix_fields.rb', line 18762 def SideTrdSubType.field return 1008 end |