Class: Quickfix::TriggerPriceTypeScope
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TriggerPriceTypeScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerPriceTypeScope
constructor
A new instance of TriggerPriceTypeScope.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TriggerPriceTypeScope
Returns a new instance of TriggerPriceTypeScope.
14800 14801 14802 14803 14804 14805 14806 |
# File 'lib/quickfix_fields.rb', line 14800 def initialize(data = nil) if( data == nil ) super(1108) else super(1108, data) end end |
Class Method Details
.field ⇒ Object
14797 14798 14799 |
# File 'lib/quickfix_fields.rb', line 14797 def TriggerPriceTypeScope.field return 1108 end |