Class: Quickfix::LegStipulationValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStipulationValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStipulationValue
constructor
A new instance of LegStipulationValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStipulationValue
Returns a new instance of LegStipulationValue.
9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/quickfix_fields.rb', line 9470 def initialize(data = nil) if( data == nil ) super(689) else super(689, data) end end |
Class Method Details
.field ⇒ Object
9467 9468 9469 |
# File 'lib/quickfix_fields.rb', line 9467 def LegStipulationValue.field return 689 end |