Class: Quickfix::PartyRoleQualifier

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

Returns a new instance of PartyRoleQualifier.



57349
57350
57351
57352
57353
57354
57355
# File 'lib/quickfix_fields.rb', line 57349

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

Class Method Details

.fieldObject



57346
57347
57348
# File 'lib/quickfix_fields.rb', line 57346

def PartyRoleQualifier.field
	return 2376
end