Class: Quickfix::TrdSubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TrdSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdSubType
constructor
A new instance of TrdSubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TrdSubType
Returns a new instance of TrdSubType.
11264 11265 11266 11267 11268 11269 11270 |
# File 'lib/quickfix_fields.rb', line 11264 def initialize(data = nil) if( data == nil ) super(829) else super(829, data) end end |
Class Method Details
.field ⇒ Object
11261 11262 11263 |
# File 'lib/quickfix_fields.rb', line 11261 def TrdSubType.field return 829 end |