Class: Quickfix::PaymentFrequencyUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentFrequencyUnit
constructor
A new instance of PaymentFrequencyUnit.
Constructor Details
#initialize(data = nil) ⇒ PaymentFrequencyUnit
Returns a new instance of PaymentFrequencyUnit.
77811 77812 77813 77814 77815 77816 77817 |
# File 'lib/quickfix_fields.rb', line 77811 def initialize(data = nil) if( data == nil ) super(43103) else super(43103, data) end end |