Class: Quickfix::ClOrdLinkID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ClOrdLinkID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClOrdLinkID
constructor
A new instance of ClOrdLinkID.
Constructor Details
#initialize(data = nil) ⇒ ClOrdLinkID
Returns a new instance of ClOrdLinkID.
11862 11863 11864 11865 11866 11867 11868 |
# File 'lib/quickfix_fields.rb', line 11862 def initialize(data = nil) if( data == nil ) super(583) else super(583, data) end end |
Class Method Details
.field ⇒ Object
11859 11860 11861 |
# File 'lib/quickfix_fields.rb', line 11859 def ClOrdLinkID.field return 583 end |