Class: Quickfix::ClientBidID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ClientBidID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClientBidID
constructor
A new instance of ClientBidID.
Constructor Details
#initialize(data = nil) ⇒ ClientBidID
15099 15100 15101 15102 15103 15104 15105 |
# File 'lib/quickfix_fields.rb', line 15099 def initialize(data = nil) if( data == nil ) super(391) else super(391, data) end end |
Class Method Details
.field ⇒ Object
15096 15097 15098 |
# File 'lib/quickfix_fields.rb', line 15096 def ClientBidID.field return 391 end |