Class: Quickfix::NoStrikes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoStrikes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStrikes
constructor
A new instance of NoStrikes.
Constructor Details
#initialize(data = nil) ⇒ NoStrikes
Returns a new instance of NoStrikes.
16464 16465 16466 16467 16468 16469 16470 |
# File 'lib/quickfix_fields.rb', line 16464 def initialize(data = nil) if( data == nil ) super(428) else super(428, data) end end |
Class Method Details
.field ⇒ Object
16461 16462 16463 |
# File 'lib/quickfix_fields.rb', line 16461 def NoStrikes.field return 428 end |