Class: Quickfix::UnderlyingPaymentStreamCompoundingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDate
constructor
A new instance of UnderlyingPaymentStreamCompoundingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDate
Returns a new instance of UnderlyingPaymentStreamCompoundingDate.
72663 72664 72665 72666 72667 72668 72669 |
# File 'lib/quickfix_fields.rb', line 72663 def initialize(data = nil) if( data == nil ) super(42902) else super(42902, data) end end |
Class Method Details
.field ⇒ Object
72660 72661 72662 |
# File 'lib/quickfix_fields.rb', line 72660 def .field return 42902 end |