Method: Quickfix::TriggerAction#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of TriggerAction.
134014 134015 134016 134017 134018 134019 134020 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 134014 def initialize(data = nil) if( data == nil ) super(1101) else super(1101, data) end end |