Class: Quickfix::LegStipulationType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStipulationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStipulationType
constructor
A new instance of LegStipulationType.
Constructor Details
#initialize(data = nil) ⇒ LegStipulationType
Returns a new instance of LegStipulationType.
4686 4687 4688 4689 4690 4691 4692 |
# File 'lib/quickfix_fields.rb', line 4686 def initialize(data = nil) if( data == nil ) super(688) else super(688, data) end end |
Class Method Details
.field ⇒ Object
4683 4684 4685 |
# File 'lib/quickfix_fields.rb', line 4683 def LegStipulationType.field return 688 end |