Method: Quickfix::OrderCategory#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of OrderCategory.
135386 135387 135388 135389 135390 135391 135392 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 135386 def initialize(data = nil) if( data == nil ) super(1115) else super(1115, data) end end |