Method: Quickfix::LegOrderQty#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of LegOrderQty.
120220 120221 120222 120223 120224 120225 120226 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 120220 def initialize(data = nil) if( data == nil ) super(685) else super(685, data) end end |