Class: Quickfix::RootPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RootPartyRole

Returns a new instance of RootPartyRole.



14943
14944
14945
14946
14947
14948
14949
# File 'lib/quickfix_fields.rb', line 14943

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

Class Method Details

.fieldObject



14940
14941
14942
# File 'lib/quickfix_fields.rb', line 14940

def RootPartyRole.field
	return 1119
end