Class: Quickfix::RequestingPartyRoleQualifier

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

Returns a new instance of RequestingPartyRoleQualifier.



56881
56882
56883
56884
56885
56886
56887
# File 'lib/quickfix_fields.rb', line 56881

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

Class Method Details

.fieldObject



56878
56879
56880
# File 'lib/quickfix_fields.rb', line 56878

def RequestingPartyRoleQualifier.field
	return 2338
end