Class: Quickfix::NestedPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedPartyIDSource

Returns a new instance of NestedPartyIDSource.



14384
14385
14386
14387
14388
14389
14390
# File 'lib/quickfix_fields.rb', line 14384

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

Class Method Details

.fieldObject



14381
14382
14383
# File 'lib/quickfix_fields.rb', line 14381

def NestedPartyIDSource.field
	return 525
end