Class: Quickfix::PartyDetailIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::PartyDetailIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailIDSource
constructor
A new instance of PartyDetailIDSource.
Constructor Details
#initialize(data = nil) ⇒ PartyDetailIDSource
Returns a new instance of PartyDetailIDSource.
21482 21483 21484 21485 21486 21487 21488 |
# File 'lib/quickfix_fields.rb', line 21482 def initialize(data = nil) if( data == nil ) super(1692) else super(1692, data) end end |