Method: Quickfix::SecurityID#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of SecurityID.
32138 32139 32140 32141 32142 32143 32144 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 32138 def initialize(data = nil) if( data == nil ) super(48) else super(48, data) end end |