Class: Quickfix::InterestAccrualDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InterestAccrualDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InterestAccrualDate
constructor
A new instance of InterestAccrualDate.
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
.field ⇒ Object
11833 11834 11835 |
# File 'lib/quickfix_fields.rb', line 11833 def InterestAccrualDate.field return 874 end |