Class: Quickfix::UnderlyingPaymentStreamPaymentFrequencyPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentFrequencyPeriod
constructor
A new instance of UnderlyingPaymentStreamPaymentFrequencyPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentFrequencyPeriod
Returns a new instance of UnderlyingPaymentStreamPaymentFrequencyPeriod.
34872 34873 34874 34875 34876 34877 34878 |
# File 'lib/quickfix_fields.rb', line 34872 def initialize(data = nil) if( data == nil ) super(40583) else super(40583, data) end end |