Class: Quickfix::SettledEntityMatrixSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettledEntityMatrixSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettledEntityMatrixSource
constructor
A new instance of SettledEntityMatrixSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettledEntityMatrixSource
Returns a new instance of SettledEntityMatrixSource.
25460 25461 25462 25463 25464 25465 25466 |
# File 'lib/quickfix_fields.rb', line 25460 def initialize(data = nil) if( data == nil ) super(1944) else super(1944, data) end end |
Class Method Details
.field ⇒ Object
25457 25458 25459 |
# File 'lib/quickfix_fields.rb', line 25457 def SettledEntityMatrixSource.field return 1944 end |