Class: Quickfix::UnderlyingStipValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStipValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStipValue
constructor
A new instance of UnderlyingStipValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStipValue
Returns a new instance of UnderlyingStipValue.
12031 12032 12033 12034 12035 12036 12037 |
# File 'lib/quickfix_fields.rb', line 12031 def initialize(data = nil) if( data == nil ) super(889) else super(889, data) end end |