Class: Quickfix::UnderlyingInterestAccrualDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingInterestAccrualDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInterestAccrualDate
constructor
A new instance of UnderlyingInterestAccrualDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInterestAccrualDate
Returns a new instance of UnderlyingInterestAccrualDate.
26734 26735 26736 26737 26738 26739 26740 |
# File 'lib/quickfix_fields.rb', line 26734 def initialize(data = nil) if( data == nil ) super(2042) else super(2042, data) end end |
Class Method Details
.field ⇒ Object
26731 26732 26733 |
# File 'lib/quickfix_fields.rb', line 26731 def .field return 2042 end |