Class: Quickfix::TriggerPriceType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TriggerPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerPriceType
constructor
A new instance of TriggerPriceType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TriggerPriceType
Returns a new instance of TriggerPriceType.
14787 14788 14789 14790 14791 14792 14793 |
# File 'lib/quickfix_fields.rb', line 14787 def initialize(data = nil) if( data == nil ) super(1107) else super(1107, data) end end |
Class Method Details
.field ⇒ Object
14784 14785 14786 |
# File 'lib/quickfix_fields.rb', line 14784 def TriggerPriceType.field return 1107 end |