Class: Quickfix::UnderlyingStipType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStipType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStipType
constructor
A new instance of UnderlyingStipType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStipType
Returns a new instance of UnderlyingStipType.
18102 18103 18104 18105 18106 18107 18108 |
# File 'lib/quickfix_fields.rb', line 18102 def initialize(data = nil) if( data == nil ) super(888) else super(888, data) end end |
Class Method Details
.field ⇒ Object
18099 18100 18101 |
# File 'lib/quickfix_fields.rb', line 18099 def UnderlyingStipType.field return 888 end |