Class: Quickfix::LegExecID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegExecID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExecID
constructor
A new instance of LegExecID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegExecID
Returns a new instance of LegExecID.
24771 24772 24773 24774 24775 24776 24777 |
# File 'lib/quickfix_fields.rb', line 24771 def initialize(data = nil) if( data == nil ) super(1893) else super(1893, data) end end |
Class Method Details
.field ⇒ Object
24768 24769 24770 |
# File 'lib/quickfix_fields.rb', line 24768 def LegExecID.field return 1893 end |