Class: Quickfix::ClOrdID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ClOrdID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClOrdID
constructor
A new instance of ClOrdID.
Constructor Details
#initialize(data = nil) ⇒ ClOrdID
Returns a new instance of ClOrdID.
1657 1658 1659 1660 1661 1662 1663 |
# File 'lib/quickfix_fields.rb', line 1657 def initialize(data = nil) if( data == nil ) super(11) else super(11, data) end end |
Class Method Details
.field ⇒ Object
1654 1655 1656 |
# File 'lib/quickfix_fields.rb', line 1654 def ClOrdID.field return 11 end |