Class: Quickfix::NestedPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::NestedPartySubID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartySubID
constructor
A new instance of NestedPartySubID.
Constructor Details
#initialize(data = nil) ⇒ NestedPartySubID
Returns a new instance of NestedPartySubID.
7468 7469 7470 7471 7472 7473 7474 |
# File 'lib/quickfix_fields.rb', line 7468 def initialize(data = nil) if( data == nil ) super(545) else super(545, data) end end |