Method: Quickfix::TradePublishIndicator#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of TradePublishIndicator.
161724 161725 161726 161727 161728 161729 161730 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 161724 def initialize(data = nil) if( data == nil ) super(1390) else super(1390, data) end end |