Class: Quickfix::NetChgPrevDay

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) ⇒ NetChgPrevDay

Returns a new instance of NetChgPrevDay.



6272
6273
6274
6275
6276
6277
6278
# File 'lib/quickfix_fields.rb', line 6272

def initialize(data = nil)
  if( data == nil )
    super(451)
  else
    super(451, data)
  end
end

Class Method Details

.fieldObject



6269
6270
6271
# File 'lib/quickfix_fields.rb', line 6269

def NetChgPrevDay.field
  return 451
end