Class: Quickfix::InstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::InstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartySubIDType
constructor
A new instance of InstrumentPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartySubIDType
Returns a new instance of InstrumentPartySubIDType.
14137 14138 14139 14140 14141 14142 14143 |
# File 'lib/quickfix_fields.rb', line 14137 def initialize(data = nil) if( data == nil ) super(1054) else super(1054, data) end end |