Class: Quickfix::ClOrdLinkID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ClOrdLinkID
Returns a new instance of ClOrdLinkID.
7936 7937 7938 7939 7940 7941 7942 |
# File 'lib/quickfix_fields.rb', line 7936 def initialize(data = nil) if( data == nil ) super(583) else super(583, data) end end |
Class Method Details
.field ⇒ Object
7933 7934 7935 |
# File 'lib/quickfix_fields.rb', line 7933 def ClOrdLinkID.field return 583 end |