Class: Quickfix::NoEntitlementAttrib

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoEntitlementAttrib



23237
23238
23239
23240
23241
23242
23243
# File 'lib/quickfix_fields.rb', line 23237

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