Class: Quickfix::PartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::PartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyIDSource
constructor
A new instance of PartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ PartyIDSource
16022 16023 16024 16025 16026 16027 16028 |
# File 'lib/quickfix_fields.rb', line 16022 def initialize(data = nil) if( data == nil ) super(447) else super(447, data) end end |
Class Method Details
.field ⇒ Object
16019 16020 16021 |
# File 'lib/quickfix_fields.rb', line 16019 def PartyIDSource.field return 447 end |