Class: Quickfix::NoStrikes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoStrikes
Returns a new instance of NoStrikes.
5349 5350 5351 5352 5353 5354 5355 |
# File 'lib/quickfix_fields.rb', line 5349 def initialize(data = nil) if( data == nil ) super(428) else super(428, data) end end |
Class Method Details
.field ⇒ Object
5346 5347 5348 |
# File 'lib/quickfix_fields.rb', line 5346 def NoStrikes.field return 428 end |