Class: Quickfix::PaymentStreamFinalRateRoundingDirection

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFinalRateRoundingDirection

Returns a new instance of PaymentStreamFinalRateRoundingDirection.



37745
37746
37747
37748
37749
37750
37751
# File 'lib/quickfix_fields.rb', line 37745

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

Class Method Details

.fieldObject



37742
37743
37744
# File 'lib/quickfix_fields.rb', line 37742

def PaymentStreamFinalRateRoundingDirection.field
	return 40804
end