Method: Quickfix::SessionRejectReason#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of SessionRejectReason.
26674 26675 26676 26677 26678 26679 26680 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 26674 def initialize(data = nil) if( data == nil ) super(373) else super(373, data) end end |