Class: Quickfix::AllocReportID

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

Returns a new instance of AllocReportID.



10328
10329
10330
10331
10332
10333
10334
# File 'lib/quickfix_fields.rb', line 10328

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

Class Method Details

.fieldObject



10325
10326
10327
# File 'lib/quickfix_fields.rb', line 10325

def AllocReportID.field
  return 755
end