Method: Quickfix::TotalAffectedOrders#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of TotalAffectedOrders.
77724 77725 77726 77727 77728 77729 77730 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 77724 def initialize(data = nil) if( data == nil ) super(533) else super(533, data) end end |