Class: Quickfix::StrategyLinkID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



24248
24249
24250
# File 'lib/quickfix_fields.rb', line 24248

def StrategyLinkID.field
  return 1851
end