Class: Quickfix::TriggerAction
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TriggerAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerAction
constructor
A new instance of TriggerAction.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TriggerAction
Returns a new instance of TriggerAction.
14709 14710 14711 14712 14713 14714 14715 |
# File 'lib/quickfix_fields.rb', line 14709 def initialize(data = nil) if( data == nil ) super(1101) else super(1101, data) end end |
Class Method Details
.field ⇒ Object
14706 14707 14708 |
# File 'lib/quickfix_fields.rb', line 14706 def TriggerAction.field return 1101 end |