Class: Quickfix::ParentAllocID

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

Returns a new instance of ParentAllocID.



21872
21873
21874
21875
21876
21877
21878
# File 'lib/quickfix_fields.rb', line 21872

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

Class Method Details

.fieldObject



21869
21870
21871
# File 'lib/quickfix_fields.rb', line 21869

def ParentAllocID.field
  return 1593
end