Class: Quickfix::AllocLegRefID

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

Returns a new instance of AllocLegRefID.



75991
75992
75993
75994
75995
75996
75997
# File 'lib/quickfix_fields.rb', line 75991

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

Class Method Details

.fieldObject



75988
75989
75990
# File 'lib/quickfix_fields.rb', line 75988

def AllocLegRefID.field
  return 2727
end