Method: Quickfix::CxlRejResponseTo#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of CxlRejResponseTo.
63170 63171 63172 63173 63174 63175 63176 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 63170 def initialize(data = nil) if( data == nil ) super(434) else super(434, data) end end |