Class: Quickfix::PaymentStubType

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

Returns a new instance of PaymentStubType.



38642
38643
38644
38645
38646
38647
38648
# File 'lib/quickfix_fields.rb', line 38642

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

Class Method Details

.fieldObject



38639
38640
38641
# File 'lib/quickfix_fields.rb', line 38639

def PaymentStubType.field
	return 40873
end