Class: Quickfix::LegPaymentStreamLastResetRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamLastResetRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLastResetRate
constructor
A new instance of LegPaymentStreamLastResetRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLastResetRate
Returns a new instance of LegPaymentStreamLastResetRate.
50277 50278 50279 50280 50281 50282 50283 |
# File 'lib/quickfix_fields.rb', line 50277 def initialize(data = nil) if( data == nil ) super(41576) else super(41576, data) end end |