Class: Quickfix::UnderlyingCPRegType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCPRegType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCPRegType
constructor
A new instance of UnderlyingCPRegType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCPRegType
Returns a new instance of UnderlyingCPRegType.
11888 11889 11890 11891 11892 11893 11894 |
# File 'lib/quickfix_fields.rb', line 11888 def initialize(data = nil) if( data == nil ) super(878) else super(878, data) end end |