Class: Quickfix::NoPaymentSettlPartyIDs

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

Returns a new instance of NoPaymentSettlPartyIDs.



30322
30323
30324
30325
30326
30327
30328
# File 'lib/quickfix_fields.rb', line 30322

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

Class Method Details

.fieldObject



30319
30320
30321
# File 'lib/quickfix_fields.rb', line 30319

def NoPaymentSettlPartyIDs.field
	return 40233
end