Class: Quickfix::NetChgPrevDay
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::NetChgPrevDay
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NetChgPrevDay
constructor
A new instance of NetChgPrevDay.
Constructor Details
#initialize(data = nil) ⇒ 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
.field ⇒ Object
15109 15110 15111 |
# File 'lib/quickfix_fields.rb', line 15109 def NetChgPrevDay.field return 451 end |