Class: Quickfix::InterestAccrualDate

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

Returns a new instance of InterestAccrualDate.



11836
11837
11838
11839
11840
11841
11842
# File 'lib/quickfix_fields.rb', line 11836

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

Class Method Details

.fieldObject



11833
11834
11835
# File 'lib/quickfix_fields.rb', line 11833

def InterestAccrualDate.field
	return 874
end