Method: Quickfix::MarketSegmentDesc#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of MarketSegmentDesc.
162312 162313 162314 162315 162316 162317 162318 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 162312 def initialize(data = nil) if( data == nil ) super(1396) else super(1396, data) end end |