Method: Quickfix::RefOrderID#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of RefOrderID.
131956 131957 131958 131959 131960 131961 131962 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 131956 def initialize(data = nil) if( data == nil ) super(1080) else super(1080, data) end end |