Class: Quickfix::EntitlementReportID

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

Returns a new instance of EntitlementReportID.



23159
23160
23161
23162
23163
23164
23165
# File 'lib/quickfix_fields.rb', line 23159

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

Class Method Details

.fieldObject



23156
23157
23158
# File 'lib/quickfix_fields.rb', line 23156

def EntitlementReportID.field
  return 1771
end