Class: Quickfix::DerivativeInstrumentPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeInstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartyID
constructor
A new instance of DerivativeInstrumentPartyID.
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartyID
Returns a new instance of DerivativeInstrumentPartyID.
17166 17167 17168 17169 17170 17171 17172 |
# File 'lib/quickfix_fields.rb', line 17166 def initialize(data = nil) if( data == nil ) super(1293) else super(1293, data) end end |