Class: Quickfix::StipulationType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StipulationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
11537 11538 11539 11540 11541 11542 11543 |
# File 'lib/quickfix_fields.rb', line 11537 def initialize(data = nil) if( data == nil ) super(233) else super(233, data) end end |
Class Method Details
.field ⇒ Object
11534 11535 11536 |
# File 'lib/quickfix_fields.rb', line 11534 def StipulationType.field return 233 end |