Class: Quickfix::NoPartyDetails

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPartyDetails

Returns a new instance of NoPartyDetails.



21391
21392
21393
21394
21395
21396
21397
# File 'lib/quickfix_fields.rb', line 21391

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