Class: Quickfix::StartCash
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::StartCash
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StartCash
constructor
A new instance of StartCash.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ StartCash
Returns a new instance of StartCash.
12447 12448 12449 12450 12451 12452 12453 |
# File 'lib/quickfix_fields.rb', line 12447 def initialize(data = nil) if( data == nil ) super(921) else super(921, data) end end |
Class Method Details
.field ⇒ Object
12444 12445 12446 |
# File 'lib/quickfix_fields.rb', line 12444 def StartCash.field return 921 end |