Class: Quickfix::TargetPartyRoleQualifier

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) ⇒ TargetPartyRoleQualifier

Returns a new instance of TargetPartyRoleQualifier.



23770
23771
23772
23773
23774
23775
23776
# File 'lib/quickfix_fields.rb', line 23770

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

Class Method Details

.fieldObject



23767
23768
23769
# File 'lib/quickfix_fields.rb', line 23767

def TargetPartyRoleQualifier.field
	return 1818
end