Class: Quickfix::StrategyLinkID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StrategyLinkID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrategyLinkID
constructor
A new instance of StrategyLinkID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StrategyLinkID
Returns a new instance of StrategyLinkID.
24251 24252 24253 24254 24255 24256 24257 |
# File 'lib/quickfix_fields.rb', line 24251 def initialize(data = nil) if( data == nil ) super(1851) else super(1851, data) end end |
Class Method Details
.field ⇒ Object
24248 24249 24250 |
# File 'lib/quickfix_fields.rb', line 24248 def StrategyLinkID.field return 1851 end |