Class: Quickfix::NoEntitlements

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

Returns a new instance of NoEntitlements.



23185
23186
23187
23188
23189
23190
23191
# File 'lib/quickfix_fields.rb', line 23185

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

Class Method Details

.fieldObject



23182
23183
23184
# File 'lib/quickfix_fields.rb', line 23182

def NoEntitlements.field
  return 1773
end