Class: Quickfix::ClOrdID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ClOrdID
- Defined in:
- lib/quickfix_fields.rb
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.
1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/quickfix_fields.rb', line 1007 def initialize(data = nil) if( data == nil ) super(11) else super(11, data) end end |