Class: Quickfix::DerivativeInstrumentPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeInstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
17673 17674 17675 17676 17677 17678 17679 |
# File 'lib/quickfix_fields.rb', line 17673 def initialize(data = nil) if( data == nil ) super(1293) else super(1293, data) end end |
Class Method Details
.field ⇒ Object
17670 17671 17672 |
# File 'lib/quickfix_fields.rb', line 17670 def DerivativeInstrumentPartyID.field return 1293 end |