Class: Quickfix::RelatedPartyDetailSubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RelatedPartyDetailSubIDType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailSubIDType
constructor
A new instance of RelatedPartyDetailSubIDType.
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailSubIDType
Returns a new instance of RelatedPartyDetailSubIDType.
21066 21067 21068 21069 21070 21071 21072 |
# File 'lib/quickfix_fields.rb', line 21066 def initialize(data = nil) if( data == nil ) super(1568) else super(1568, data) end end |