Class: Quickfix::UnderlyingPaymentStreamResetFrequencyUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamResetFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetFrequencyUnit
constructor
A new instance of UnderlyingPaymentStreamResetFrequencyUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetFrequencyUnit
Returns a new instance of UnderlyingPaymentStreamResetFrequencyUnit.
35041 35042 35043 35044 35045 35046 35047 |
# File 'lib/quickfix_fields.rb', line 35041 def initialize(data = nil) if( data == nil ) super(40596) else super(40596, data) end end |