Class: Quickfix::UnderlyingSettledEntityMatrixSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettledEntityMatrixSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettledEntityMatrixSource
constructor
A new instance of UnderlyingSettledEntityMatrixSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettledEntityMatrixSource
Returns a new instance of UnderlyingSettledEntityMatrixSource.
26435 26436 26437 26438 26439 26440 26441 |
# File 'lib/quickfix_fields.rb', line 26435 def initialize(data = nil) if( data == nil ) super(2019) else super(2019, data) end end |
Class Method Details
.field ⇒ Object
26432 26433 26434 |
# File 'lib/quickfix_fields.rb', line 26432 def .field return 2019 end |