Class: Quickfix::EndCash
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::EndCash
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EndCash
constructor
A new instance of EndCash.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ EndCash
Returns a new instance of EndCash.
12460 12461 12462 12463 12464 12465 12466 |
# File 'lib/quickfix_fields.rb', line 12460 def initialize(data = nil) if( data == nil ) super(922) else super(922, data) end end |
Class Method Details
.field ⇒ Object
12457 12458 12459 |
# File 'lib/quickfix_fields.rb', line 12457 def EndCash.field return 922 end |