Method: Quickfix::DueToRelated#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of DueToRelated.
53258 53259 53260 53261 53262 53263 53264 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 53258 def initialize(data = nil) if( data == nil ) super(329) else super(329, data) end end |