Class: Quickfix::UnderlyingCouponPaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCouponPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCouponPaymentDate
constructor
A new instance of UnderlyingCouponPaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponPaymentDate
Returns a new instance of UnderlyingCouponPaymentDate.
5934 5935 5936 5937 5938 5939 5940 |
# File 'lib/quickfix_fields.rb', line 5934 def initialize(data = nil) if( data == nil ) super(241) else super(241, data) end end |
Class Method Details
.field ⇒ Object
5931 5932 5933 |
# File 'lib/quickfix_fields.rb', line 5931 def .field return 241 end |