Class: Quickfix::CustDirectedOrder
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::CustDirectedOrder
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustDirectedOrder
constructor
A new instance of CustDirectedOrder.
Constructor Details
#initialize(data = nil) ⇒ CustDirectedOrder
Returns a new instance of CustDirectedOrder.
13812 13813 13814 13815 13816 13817 13818 |
# File 'lib/quickfix_fields.rb', line 13812 def initialize(data = nil) if( data == nil ) super(1029) else super(1029, data) end end |