Class: Quickfix::SettlPartyIDSource

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlPartyIDSource

Returns a new instance of SettlPartyIDSource.



10692
10693
10694
10695
10696
10697
10698
# File 'lib/quickfix_fields.rb', line 10692

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

Class Method Details

.fieldObject



10689
10690
10691
# File 'lib/quickfix_fields.rb', line 10689

def SettlPartyIDSource.field
	return 783
end