Class: Quickfix::SettlObligSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlObligSource

Returns a new instance of SettlObligSource.



7780
7781
7782
7783
7784
7785
7786
# File 'lib/quickfix_fields.rb', line 7780

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

Class Method Details

.fieldObject



7777
7778
7779
# File 'lib/quickfix_fields.rb', line 7777

def SettlObligSource.field
	return 1164
end