Class: Quickfix::Nested3PartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested3PartyIDSource

Returns a new instance of Nested3PartyIDSource.



4374
4375
4376
4377
4378
4379
4380
# File 'lib/quickfix_fields.rb', line 4374

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

Class Method Details

.fieldObject



4371
4372
4373
# File 'lib/quickfix_fields.rb', line 4371

def Nested3PartyIDSource.field
	return 950
end