Class: Quickfix::NoPartyDetails

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

Class Method Details

.fieldObject



21388
21389
21390
# File 'lib/quickfix_fields.rb', line 21388

def NoPartyDetails.field
	return 1671
end