Class: Quickfix::TotNoStrikes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNoStrikes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoStrikes
constructor
A new instance of TotNoStrikes.
Constructor Details
#initialize(data = nil) ⇒ TotNoStrikes
Returns a new instance of TotNoStrikes.
18128 18129 18130 18131 18132 18133 18134 |
# File 'lib/quickfix_fields.rb', line 18128 def initialize(data = nil) if( data == nil ) super(422) else super(422, data) end end |
Class Method Details
.field ⇒ Object
18125 18126 18127 |
# File 'lib/quickfix_fields.rb', line 18125 def TotNoStrikes.field return 422 end |