Class: Quickfix::AllocLinkID

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) ⇒ AllocLinkID

Returns a new instance of AllocLinkID.



2957
2958
2959
2960
2961
2962
2963
# File 'lib/quickfix_fields.rb', line 2957

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

Class Method Details

.fieldObject



2954
2955
2956
# File 'lib/quickfix_fields.rb', line 2954

def AllocLinkID.field
  return 196
end