Class: Quickfix::TradeLinkID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeLinkID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeLinkID
constructor
A new instance of TradeLinkID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeLinkID
Returns a new instance of TradeLinkID.
11147 11148 11149 11150 11151 11152 11153 |
# File 'lib/quickfix_fields.rb', line 11147 def initialize(data = nil) if( data == nil ) super(820) else super(820, data) end end |
Class Method Details
.field ⇒ Object
11144 11145 11146 |
# File 'lib/quickfix_fields.rb', line 11144 def TradeLinkID.field return 820 end |