Class: Quickfix::UnderlyingPaymentStubFixedCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStubFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubFixedCurrency
constructor
A new instance of UnderlyingPaymentStubFixedCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubFixedCurrency
Returns a new instance of UnderlyingPaymentStubFixedCurrency.
36562 36563 36564 36565 36566 36567 36568 |
# File 'lib/quickfix_fields.rb', line 36562 def initialize(data = nil) if( data == nil ) super(40713) else super(40713, data) end end |