Class: Quickfix::FillExecID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FillExecID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillExecID
constructor
A new instance of FillExecID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FillExecID
Returns a new instance of FillExecID.
18115 18116 18117 18118 18119 18120 18121 |
# File 'lib/quickfix_fields.rb', line 18115 def initialize(data = nil) if( data == nil ) super(1363) else super(1363, data) end end |
Class Method Details
.field ⇒ Object
18112 18113 18114 |
# File 'lib/quickfix_fields.rb', line 18112 def FillExecID.field return 1363 end |