Class: Quickfix::LegSettledEntityMatrixPublicationDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettledEntityMatrixPublicationDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettledEntityMatrixPublicationDate
constructor
A new instance of LegSettledEntityMatrixPublicationDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettledEntityMatrixPublicationDate
Returns a new instance of LegSettledEntityMatrixPublicationDate.
42646 42647 42648 42649 42650 42651 42652 |
# File 'lib/quickfix_fields.rb', line 42646 def initialize(data = nil) if( data == nil ) super(2160) else super(2160, data) end end |
Class Method Details
.field ⇒ Object
42643 42644 42645 |
# File 'lib/quickfix_fields.rb', line 42643 def LegSettledEntityMatrixPublicationDate.field return 2160 end |