Class: Quickfix::UndlyInstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UndlyInstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UndlyInstrumentPartySubIDType
constructor
A new instance of UndlyInstrumentPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ UndlyInstrumentPartySubIDType
Returns a new instance of UndlyInstrumentPartySubIDType.
14267 14268 14269 14270 14271 14272 14273 |
# File 'lib/quickfix_fields.rb', line 14267 def initialize(data = nil) if( data == nil ) super(1064) else super(1064, data) end end |