Class: Quickfix::StartCash

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

.fieldObject



12444
12445
12446
# File 'lib/quickfix_fields.rb', line 12444

def StartCash.field
  return 921
end