Class: Quickfix::PaymentSettlPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentSettlPartySubID

Returns a new instance of PaymentSettlPartySubID.



30400
30401
30402
30403
30404
30405
30406
# File 'lib/quickfix_fields.rb', line 30400

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

Class Method Details

.fieldObject



30397
30398
30399
# File 'lib/quickfix_fields.rb', line 30397

def PaymentSettlPartySubID.field
	return 40239
end