Class: Quickfix::RootPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RootPartyRole

Returns a new instance of RootPartyRole.



14917
14918
14919
14920
14921
14922
14923
# File 'lib/quickfix_fields.rb', line 14917

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

Class Method Details

.fieldObject



14914
14915
14916
# File 'lib/quickfix_fields.rb', line 14914

def RootPartyRole.field
	return 1119
end