Class: Quickfix::EndCash

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



14342
14343
14344
# File 'lib/quickfix_fields.rb', line 14342

def EndCash.field
	return 922
end