Class: Quickfix::TriggerScope
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TriggerScope
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerScope
constructor
A new instance of TriggerScope.
Constructor Details
#initialize(data = nil) ⇒ TriggerScope
Returns a new instance of TriggerScope.
20013 20014 20015 20016 20017 20018 20019 |
# File 'lib/quickfix_fields.rb', line 20013 def initialize(data = nil) if( data == nil ) super(1628) else super(1628, data) end end |