Method: Quickfix::AffectedOrderID#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of AffectedOrderID.
77920 77921 77922 77923 77924 77925 77926 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 77920 def initialize(data = nil) if( data == nil ) super(535) else super(535, data) end end |