Method: Quickfix::Adjustment#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of Adjustment.
53748 53749 53750 53751 53752 53753 53754 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 53748 def initialize(data = nil) if( data == nil ) super(334) else super(334, data) end end |