Class: Quickfix::AllocLinkType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocLinkType

Returns a new instance of AllocLinkType.



15515
15516
15517
15518
15519
15520
15521
# File 'lib/quickfix_fields.rb', line 15515

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

Class Method Details

.fieldObject



15512
15513
15514
# File 'lib/quickfix_fields.rb', line 15512

def AllocLinkType.field
  return 197
end