Class: Quickfix::StipulationType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StipulationType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StipulationType
constructor
A new instance of StipulationType.
Constructor Details
#initialize(data = nil) ⇒ StipulationType
Returns a new instance of StipulationType.
5830 5831 5832 5833 5834 5835 5836 |
# File 'lib/quickfix_fields.rb', line 5830 def initialize(data = nil) if( data == nil ) super(233) else super(233, data) end end |