Class: Quickfix::PaymentSettlPartyRole

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

Returns a new instance of PaymentSettlPartyRole.



30361
30362
30363
30364
30365
30366
30367
# File 'lib/quickfix_fields.rb', line 30361

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

Class Method Details

.fieldObject



30358
30359
30360
# File 'lib/quickfix_fields.rb', line 30358

def PaymentSettlPartyRole.field
	return 40236
end