Class: Quickfix::NoBidComponents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoBidComponents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoBidComponents
constructor
A new instance of NoBidComponents.
Constructor Details
#initialize(data = nil) ⇒ NoBidComponents
Returns a new instance of NoBidComponents.
11667 11668 11669 11670 11671 11672 11673 |
# File 'lib/quickfix_fields.rb', line 11667 def initialize(data = nil) if( data == nil ) super(420) else super(420, data) end end |
Class Method Details
.field ⇒ Object
11664 11665 11666 |
# File 'lib/quickfix_fields.rb', line 11664 def NoBidComponents.field return 420 end |