Class: Quickfix::TriggerScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TriggerScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerScope
constructor
A new instance of TriggerScope.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
20010 20011 20012 |
# File 'lib/quickfix_fields.rb', line 20010 def TriggerScope.field return 1628 end |