Class: Quickfix::ContAmtValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ContAmtValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContAmtValue
constructor
A new instance of ContAmtValue.
Constructor Details
#initialize(data = nil) ⇒ ContAmtValue
Returns a new instance of ContAmtValue.
7143 7144 7145 7146 7147 7148 7149 |
# File 'lib/quickfix_fields.rb', line 7143 def initialize(data = nil) if( data == nil ) super(520) else super(520, data) end end |