Class: Quickfix::UnderlyingRestructuringType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingRestructuringType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRestructuringType
constructor
A new instance of UnderlyingRestructuringType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRestructuringType
Returns a new instance of UnderlyingRestructuringType.
18739 18740 18741 18742 18743 18744 18745 |
# File 'lib/quickfix_fields.rb', line 18739 def initialize(data = nil) if( data == nil ) super(1453) else super(1453, data) end end |
Class Method Details
.field ⇒ Object
18736 18737 18738 |
# File 'lib/quickfix_fields.rb', line 18736 def UnderlyingRestructuringType.field return 1453 end |