Class: Quickfix::SettlPartyRole

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

Returns a new instance of SettlPartyRole.



10705
10706
10707
10708
10709
10710
10711
# File 'lib/quickfix_fields.rb', line 10705

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

Class Method Details

.fieldObject



10702
10703
10704
# File 'lib/quickfix_fields.rb', line 10702

def SettlPartyRole.field
	return 784
end