Class: Quickfix::StartCash

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



8336
8337
8338
# File 'lib/quickfix_fields.rb', line 8336

def StartCash.field
  return 921
end