Class: Quickfix::PaymentStreamCompoundingEndDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateOffsetUnit

Returns a new instance of PaymentStreamCompoundingEndDateOffsetUnit.



68789
68790
68791
68792
68793
68794
68795
# File 'lib/quickfix_fields.rb', line 68789

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

Class Method Details

.fieldObject



68786
68787
68788
# File 'lib/quickfix_fields.rb', line 68786

def PaymentStreamCompoundingEndDateOffsetUnit.field
	return 42625
end