Class: Quickfix::DerivativeInstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DerivativeInstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartySubIDType
constructor
A new instance of DerivativeInstrumentPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartySubIDType
Returns a new instance of DerivativeInstrumentPartySubIDType.
12525 12526 12527 12528 12529 12530 12531 |
# File 'lib/quickfix_fields.rb', line 12525 def initialize(data = nil) if( data == nil ) super(1298) else super(1298, data) end end |
Class Method Details
.field ⇒ Object
12522 12523 12524 |
# File 'lib/quickfix_fields.rb', line 12522 def DerivativeInstrumentPartySubIDType.field return 1298 end |