Class: Quickfix::MsgDirection
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ MsgDirection
15918 15919 15920 15921 15922 15923 15924 |
# File 'lib/quickfix_fields.rb', line 15918 def initialize(data = nil) if( data == nil ) super(385) else super(385, data) end end |
Class Method Details
.field ⇒ Object
15915 15916 15917 |
# File 'lib/quickfix_fields.rb', line 15915 def MsgDirection.field return 385 end |