Class: Quickfix::PaymentStreamCapRateSellSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCapRateSellSide
constructor
A new instance of PaymentStreamCapRateSellSide.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCapRateSellSide
Returns a new instance of PaymentStreamCapRateSellSide.
37680 37681 37682 37683 37684 37685 37686 |
# File 'lib/quickfix_fields.rb', line 37680 def initialize(data = nil) if( data == nil ) super(40799) else super(40799, data) end end |