Class: Quickfix::LegTotalIssuedAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegTotalIssuedAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegTotalIssuedAmount
constructor
A new instance of LegTotalIssuedAmount.
Constructor Details
#initialize(data = nil) ⇒ LegTotalIssuedAmount
Returns a new instance of LegTotalIssuedAmount.
42672 42673 42674 42675 42676 42677 42678 |
# File 'lib/quickfix_fields.rb', line 42672 def initialize(data = nil) if( data == nil ) super(2162) else super(2162, data) end end |