Class: Quickfix::TotNoEntitlementReports

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TotNoEntitlementReports

Returns a new instance of TotNoEntitlementReports.



62029
62030
62031
62032
62033
62034
62035
# File 'lib/quickfix_fields.rb', line 62029

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

Class Method Details

.fieldObject



62026
62027
62028
# File 'lib/quickfix_fields.rb', line 62026

def TotNoEntitlementReports.field
  return 2540
end