Class: Quickfix::Nested4PartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested4PartyRole

Returns a new instance of Nested4PartyRole.



12655
12656
12657
12658
12659
12660
12661
# File 'lib/quickfix_fields.rb', line 12655

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

Class Method Details

.fieldObject



12652
12653
12654
# File 'lib/quickfix_fields.rb', line 12652

def Nested4PartyRole.field
	return 1417
end