Class: Quickfix::StrikeIncrement
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::StrikeIncrement
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeIncrement
constructor
A new instance of StrikeIncrement.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ StrikeIncrement
Returns a new instance of StrikeIncrement.
16074 16075 16076 16077 16078 16079 16080 |
# File 'lib/quickfix_fields.rb', line 16074 def initialize(data = nil) if( data == nil ) super(1204) else super(1204, data) end end |
Class Method Details
.field ⇒ Object
16071 16072 16073 |
# File 'lib/quickfix_fields.rb', line 16071 def StrikeIncrement.field return 1204 end |