Method: Quickfix::TestMessageIndicator#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of TestMessageIndicator.
27066 27067 27068 27069 27070 27071 27072 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 27066 def initialize(data = nil) if( data == nil ) super(464) else super(464, data) end end |