Class: Quickfix::LegFinancingTermSupplementDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegFinancingTermSupplementDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFinancingTermSupplementDate
constructor
A new instance of LegFinancingTermSupplementDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegFinancingTermSupplementDate
Returns a new instance of LegFinancingTermSupplementDate.
61548 61549 61550 61551 61552 61553 61554 |
# File 'lib/quickfix_fields.rb', line 61548 def initialize(data = nil) if( data == nil ) super(42202) else super(42202, data) end end |
Class Method Details
.field ⇒ Object
61545 61546 61547 |
# File 'lib/quickfix_fields.rb', line 61545 def LegFinancingTermSupplementDate.field return 42202 end |