Class: Quickfix::NestedPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedPartyRole

Returns a new instance of NestedPartyRole.



8976
8977
8978
8979
8980
8981
8982
# File 'lib/quickfix_fields.rb', line 8976

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

Class Method Details

.fieldObject



8973
8974
8975
# File 'lib/quickfix_fields.rb', line 8973

def NestedPartyRole.field
	return 538
end