Class: Quickfix::SettledEntityMatrixPublicationDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettledEntityMatrixPublicationDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettledEntityMatrixPublicationDate
constructor
A new instance of SettledEntityMatrixPublicationDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettledEntityMatrixPublicationDate
Returns a new instance of SettledEntityMatrixPublicationDate.
25473 25474 25475 25476 25477 25478 25479 |
# File 'lib/quickfix_fields.rb', line 25473 def initialize(data = nil) if( data == nil ) super(1945) else super(1945, data) end end |
Class Method Details
.field ⇒ Object
25470 25471 25472 |
# File 'lib/quickfix_fields.rb', line 25470 def SettledEntityMatrixPublicationDate.field return 1945 end |