Method: Quickfix::MsgDirection#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ MsgDirection
Returns a new instance of 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 |