Class: Quickfix::NoLegs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegs
constructor
A new instance of NoLegs.
Constructor Details
#initialize(data = nil) ⇒ NoLegs
Returns a new instance of NoLegs.
13630 13631 13632 13633 13634 13635 13636 |
# File 'lib/quickfix_fields.rb', line 13630 def initialize(data = nil) if( data == nil ) super(555) else super(555, data) end end |
Class Method Details
.field ⇒ Object
13627 13628 13629 |
# File 'lib/quickfix_fields.rb', line 13627 def NoLegs.field return 555 end |