Class: Quickfix::PaymentSettlPartyRoleQualifier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentSettlPartyRoleQualifier

Returns a new instance of PaymentSettlPartyRoleQualifier.



30374
30375
30376
30377
30378
30379
30380
# File 'lib/quickfix_fields.rb', line 30374

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

Class Method Details

.fieldObject



30371
30372
30373
# File 'lib/quickfix_fields.rb', line 30371

def PaymentSettlPartyRoleQualifier.field
	return 40237
end