Class: Quickfix::BidDescriptorType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::BidDescriptorType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidDescriptorType
constructor
A new instance of BidDescriptorType.
Constructor Details
#initialize(data = nil) ⇒ BidDescriptorType
19324 19325 19326 19327 19328 19329 19330 |
# File 'lib/quickfix_fields.rb', line 19324 def initialize(data = nil) if( data == nil ) super(399) else super(399, data) end end |
Class Method Details
.field ⇒ Object
19321 19322 19323 |
# File 'lib/quickfix_fields.rb', line 19321 def BidDescriptorType.field return 399 end |