Method: Quickfix::QuantityDate#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of QuantityDate.
122266 122267 122268 122269 122270 122271 122272 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 122266 def initialize(data = nil) if( data == nil ) super(976) else super(976, data) end end |