Class: Quickfix::MsgDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::MsgDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MsgDirection
constructor
A new instance of MsgDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ MsgDirection
Returns a new instance of MsgDirection.
4790 4791 4792 4793 4794 4795 4796 |
# File 'lib/quickfix_fields.rb', line 4790 def initialize(data = nil) if( data == nil ) super(385) else super(385, data) end end |
Class Method Details
.field ⇒ Object
4787 4788 4789 |
# File 'lib/quickfix_fields.rb', line 4787 def MsgDirection.field return 385 end |