Class: Quickfix::MiscFeeRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MiscFeeRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeRate
constructor
A new instance of MiscFeeRate.
Constructor Details
#initialize(data = nil) ⇒ MiscFeeRate
Returns a new instance of MiscFeeRate.
43595 43596 43597 43598 43599 43600 43601 |
# File 'lib/quickfix_fields.rb', line 43595 def initialize(data = nil) if( data == nil ) super(2216) else super(2216, data) end end |