Class: Quickfix::DerivativeInstrumentPartyIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeInstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartyIDSource
constructor
A new instance of DerivativeInstrumentPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartyIDSource
Returns a new instance of DerivativeInstrumentPartyIDSource.
10549 10550 10551 10552 10553 10554 10555 |
# File 'lib/quickfix_fields.rb', line 10549 def initialize(data = nil) if( data == nil ) super(1294) else super(1294, data) end end |
Class Method Details
.field ⇒ Object
10546 10547 10548 |
# File 'lib/quickfix_fields.rb', line 10546 def DerivativeInstrumentPartyIDSource.field return 1294 end |