Class: Quickfix::NoEntitlements

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

Instance Method Summary collapse

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