Class: Quickfix::StrategyLinkID

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

Instance Method Summary collapse

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