Method: Quickfix::RootPartySubID#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of RootPartySubID.
135974 135975 135976 135977 135978 135979 135980 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 135974 def initialize(data = nil) if( data == nil ) super(1121) else super(1121, data) end end |