Class: Quickfix::DerivativeInstrumentPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeInstrumentPartySubID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartySubID
constructor
A new instance of DerivativeInstrumentPartySubID.
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartySubID
17218 17219 17220 17221 17222 17223 17224 |
# File 'lib/quickfix_fields.rb', line 17218 def initialize(data = nil) if( data == nil ) super(1297) else super(1297, data) end end |