Class: Quickfix::PaymentSettlPartyIDSource

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

Returns a new instance of PaymentSettlPartyIDSource.



30348
30349
30350
30351
30352
30353
30354
# File 'lib/quickfix_fields.rb', line 30348

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

Class Method Details

.fieldObject



30345
30346
30347
# File 'lib/quickfix_fields.rb', line 30345

def PaymentSettlPartyIDSource.field
	return 40235
end