Class: Quickfix::Nested3PartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::Nested3PartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartyIDSource
constructor
A new instance of Nested3PartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ Nested3PartyIDSource
Returns a new instance of Nested3PartyIDSource.
12811 12812 12813 12814 12815 12816 12817 |
# File 'lib/quickfix_fields.rb', line 12811 def initialize(data = nil) if( data == nil ) super(950) else super(950, data) end end |