Class: Quickfix::AllocLinkID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocLinkID

Returns a new instance of AllocLinkID.



15359
15360
15361
15362
15363
15364
15365
# File 'lib/quickfix_fields.rb', line 15359

def initialize(data = nil)
  if( data == nil )
    super(196)
  else
    super(196, data)
  end
end

Class Method Details

.fieldObject



15356
15357
15358
# File 'lib/quickfix_fields.rb', line 15356

def AllocLinkID.field
  return 196
end