Class: Quickfix::PartyDetailAltSubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PartyDetailAltSubIDType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailAltSubIDType
constructor
A new instance of PartyDetailAltSubIDType.
Constructor Details
#initialize(data = nil) ⇒ PartyDetailAltSubIDType
Returns a new instance of PartyDetailAltSubIDType.
20546 20547 20548 20549 20550 20551 20552 |
# File 'lib/quickfix_fields.rb', line 20546 def initialize(data = nil) if( data == nil ) super(1521) else super(1521, data) end end |