Class: Quickfix::EndCash
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ EndCash
Returns a new instance of EndCash.
14345 14346 14347 14348 14349 14350 14351 |
# File 'lib/quickfix_fields.rb', line 14345 def initialize(data = nil) if( data == nil ) super(922) else super(922, data) end end |
Class Method Details
.field ⇒ Object
14342 14343 14344 |
# File 'lib/quickfix_fields.rb', line 14342 def EndCash.field return 922 end |