Class: Quickfix::RequestedPartyRoleQualifier

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

Returns a new instance of RequestedPartyRoleQualifier.



57479
57480
57481
57482
57483
57484
57485
# File 'lib/quickfix_fields.rb', line 57479

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

Class Method Details

.fieldObject



57476
57477
57478
# File 'lib/quickfix_fields.rb', line 57476

def RequestedPartyRoleQualifier.field
	return 2386
end