Class: Quickfix::NetChgPrevDay

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NetChgPrevDay

Returns a new instance of NetChgPrevDay.



15112
15113
15114
15115
15116
15117
15118
# File 'lib/quickfix_fields.rb', line 15112

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

Class Method Details

.fieldObject



15109
15110
15111
# File 'lib/quickfix_fields.rb', line 15109

def NetChgPrevDay.field
	return 451
end