Class: Quickfix::NoDerivativeInstrumentPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoDerivativeInstrumentPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDerivativeInstrumentPartySubIDs
constructor
A new instance of NoDerivativeInstrumentPartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoDerivativeInstrumentPartySubIDs
Returns a new instance of NoDerivativeInstrumentPartySubIDs.
2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/quickfix_fields.rb', line 2749 def initialize(data = nil) if( data == nil ) super(1296) else super(1296, data) end end |
Class Method Details
.field ⇒ Object
2746 2747 2748 |
# File 'lib/quickfix_fields.rb', line 2746 def NoDerivativeInstrumentPartySubIDs.field return 1296 end |