Class: Quickfix::AllocReportRefID

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

Returns a new instance of AllocReportRefID.



10835
10836
10837
10838
10839
10840
10841
# File 'lib/quickfix_fields.rb', line 10835

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

Class Method Details

.fieldObject



10832
10833
10834
# File 'lib/quickfix_fields.rb', line 10832

def AllocReportRefID.field
  return 795
end