Class: Quickfix::MakeWholeAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MakeWholeAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MakeWholeAmount
constructor
A new instance of MakeWholeAmount.
Constructor Details
#initialize(data = nil) ⇒ MakeWholeAmount
Returns a new instance of MakeWholeAmount.
68360 68361 68362 68363 68364 68365 68366 |
# File 'lib/quickfix_fields.rb', line 68360 def initialize(data = nil) if( data == nil ) super(42592) else super(42592, data) end end |