Class: Quickfix::TriggerOrderType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::TriggerOrderType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TriggerOrderType
constructor
A new instance of TriggerOrderType.
Constructor Details
#initialize(data = nil) ⇒ TriggerOrderType
Returns a new instance of TriggerOrderType.
14839 14840 14841 14842 14843 14844 14845 |
# File 'lib/quickfix_fields.rb', line 14839 def initialize(data = nil) if( data == nil ) super(1111) else super(1111, data) end end |