Class: Quickfix::LegCouponPaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCouponPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCouponPaymentDate
constructor
A new instance of LegCouponPaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCouponPaymentDate
Returns a new instance of LegCouponPaymentDate.
6025 6026 6027 6028 6029 6030 6031 |
# File 'lib/quickfix_fields.rb', line 6025 def initialize(data = nil) if( data == nil ) super(248) else super(248, data) end end |
Class Method Details
.field ⇒ Object
6022 6023 6024 |
# File 'lib/quickfix_fields.rb', line 6022 def LegCouponPaymentDate.field return 248 end |