Class: Quickfix::LegStipulationValue
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ LegStipulationValue
Returns a new instance of LegStipulationValue.
14241 14242 14243 14244 14245 14246 14247 |
# File 'lib/quickfix_fields.rb', line 14241 def initialize(data = nil) if( data == nil ) super(689) else super(689, data) end end |
Class Method Details
.field ⇒ Object
14238 14239 14240 |
# File 'lib/quickfix_fields.rb', line 14238 def LegStipulationValue.field return 689 end |