Class: Quickfix::SettlPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlPartyIDSource

Returns a new instance of SettlPartyIDSource.



17127
17128
17129
17130
17131
17132
17133
# File 'lib/quickfix_fields.rb', line 17127

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

Class Method Details

.fieldObject



17124
17125
17126
# File 'lib/quickfix_fields.rb', line 17124

def SettlPartyIDSource.field
	return 783
end