Class: Quickfix::LegSettledEntityMatrixSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettledEntityMatrixSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettledEntityMatrixSource
constructor
A new instance of LegSettledEntityMatrixSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettledEntityMatrixSource
Returns a new instance of LegSettledEntityMatrixSource.
42633 42634 42635 42636 42637 42638 42639 |
# File 'lib/quickfix_fields.rb', line 42633 def initialize(data = nil) if( data == nil ) super(2159) else super(2159, data) end end |
Class Method Details
.field ⇒ Object
42630 42631 42632 |
# File 'lib/quickfix_fields.rb', line 42630 def LegSettledEntityMatrixSource.field return 2159 end |