Class: Quickfix::LegInterestAccrualDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegInterestAccrualDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInterestAccrualDate
constructor
A new instance of LegInterestAccrualDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegInterestAccrualDate
Returns a new instance of LegInterestAccrualDate.
12889 12890 12891 12892 12893 12894 12895 |
# File 'lib/quickfix_fields.rb', line 12889 def initialize(data = nil) if( data == nil ) super(956) else super(956, data) end end |
Class Method Details
.field ⇒ Object
12886 12887 12888 |
# File 'lib/quickfix_fields.rb', line 12886 def LegInterestAccrualDate.field return 956 end |