Class: Quickfix::LegExecRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegExecRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExecRefID
constructor
A new instance of LegExecRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegExecRefID
Returns a new instance of LegExecRefID.
24875 24876 24877 24878 24879 24880 24881 |
# File 'lib/quickfix_fields.rb', line 24875 def initialize(data = nil) if( data == nil ) super(1901) else super(1901, data) end end |
Class Method Details
.field ⇒ Object
24872 24873 24874 |
# File 'lib/quickfix_fields.rb', line 24872 def LegExecRefID.field return 1901 end |