Class: Quickfix::UnderlyingUPICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingUPICode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingUPICode
constructor
A new instance of UnderlyingUPICode.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingUPICode
Returns a new instance of UnderlyingUPICode.
78318 78319 78320 78321 78322 78323 78324 |
# File 'lib/quickfix_fields.rb', line 78318 def initialize(data = nil) if( data == nil ) super(2894) else super(2894, data) end end |