Class: Quickfix::PartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyID
constructor
A new instance of PartyID.
Constructor Details
#initialize(data = nil) ⇒ PartyID
Returns a new instance of PartyID.
15021 15022 15023 15024 15025 15026 15027 |
# File 'lib/quickfix_fields.rb', line 15021 def initialize(data = nil) if( data == nil ) super(448) else super(448, data) end end |
Class Method Details
.field ⇒ Object
15018 15019 15020 |
# File 'lib/quickfix_fields.rb', line 15018 def PartyID.field return 448 end |