Method: Quickfix::TradSesStartTime#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of TradSesStartTime.
54493 54494 54495 54496 54497 54498 54499 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 54493 def initialize(data = nil) if( data == nil ) super(341) else super(341, data) end end |