Class: Quickfix::ClientBidID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ClientBidID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClientBidID
constructor
A new instance of ClientBidID.
Constructor Details
#initialize(data = nil) ⇒ ClientBidID
Returns a new instance of ClientBidID.
4868 4869 4870 4871 4872 4873 4874 |
# File 'lib/quickfix_fields.rb', line 4868 def initialize(data = nil) if( data == nil ) super(391) else super(391, data) end end |