Class: Quickfix::UnderlyingSettledEntityMatrixPublicationDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettledEntityMatrixPublicationDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettledEntityMatrixPublicationDate
constructor
A new instance of UnderlyingSettledEntityMatrixPublicationDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettledEntityMatrixPublicationDate
26448 26449 26450 26451 26452 26453 26454 |
# File 'lib/quickfix_fields.rb', line 26448 def initialize(data = nil) if( data == nil ) super(2020) else super(2020, data) end end |
Class Method Details
.field ⇒ Object
26445 26446 26447 |
# File 'lib/quickfix_fields.rb', line 26445 def .field return 2020 end |