Class: Quickfix::AllocRequestID

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

Returns a new instance of AllocRequestID.



76511
76512
76513
76514
76515
76516
76517
# File 'lib/quickfix_fields.rb', line 76511

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

Class Method Details

.fieldObject



76508
76509
76510
# File 'lib/quickfix_fields.rb', line 76508

def AllocRequestID.field
  return 2758
end