Class: Quickfix::Nested4PartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested4PartyIDSource

Returns a new instance of Nested4PartyIDSource.



2463
2464
2465
2466
2467
2468
2469
# File 'lib/quickfix_fields.rb', line 2463

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

Class Method Details

.fieldObject



2460
2461
2462
# File 'lib/quickfix_fields.rb', line 2460

def Nested4PartyIDSource.field
	return 1416
end