Class: Quickfix::UnderlyingProtectionTermXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermXIDRef
constructor
A new instance of UnderlyingProtectionTermXIDRef.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermXIDRef
Returns a new instance of UnderlyingProtectionTermXIDRef.
26201 26202 26203 26204 26205 26206 26207 |
# File 'lib/quickfix_fields.rb', line 26201 def initialize(data = nil) if( data == nil ) super(41314) else super(41314, data) end end |