Class: Quickfix::NoPartyEntitlements

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPartyEntitlements

Returns a new instance of NoPartyEntitlements.



23172
23173
23174
23175
23176
23177
23178
# File 'lib/quickfix_fields.rb', line 23172

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