Class: Quickfix::TotNoRelatedSym
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoRelatedSym
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoRelatedSym
constructor
A new instance of TotNoRelatedSym.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoRelatedSym
Returns a new instance of TotNoRelatedSym.
9002 9003 9004 9005 9006 9007 9008 |
# File 'lib/quickfix_fields.rb', line 9002 def initialize(data = nil) if( data == nil ) super(393) else super(393, data) end end |
Class Method Details
.field ⇒ Object
8999 9000 9001 |
# File 'lib/quickfix_fields.rb', line 8999 def .field return 393 end |