Class: Quickfix::TriggerPriceDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TriggerPriceDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerPriceDirection
constructor
A new instance of TriggerPriceDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TriggerPriceDirection
Returns a new instance of TriggerPriceDirection.
14813 14814 14815 14816 14817 14818 14819 |
# File 'lib/quickfix_fields.rb', line 14813 def initialize(data = nil) if( data == nil ) super(1109) else super(1109, data) end end |
Class Method Details
.field ⇒ Object
14810 14811 14812 |
# File 'lib/quickfix_fields.rb', line 14810 def TriggerPriceDirection.field return 1109 end |