Class: Quickfix::StartCash
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ StartCash
Returns a new instance of StartCash.
8339 8340 8341 8342 8343 8344 8345 |
# File 'lib/quickfix_fields.rb', line 8339 def initialize(data = nil) if( data == nil ) super(921) else super(921, data) end end |
Class Method Details
.field ⇒ Object
8336 8337 8338 |
# File 'lib/quickfix_fields.rb', line 8336 def StartCash.field return 921 end |