Class: Quickfix::UnderlyingPaymentStreamPaymentFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentFrequencyPeriod
constructor
A new instance of UnderlyingPaymentStreamPaymentFrequencyPeriod.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
34869 34870 34871 |
# File 'lib/quickfix_fields.rb', line 34869 def UnderlyingPaymentStreamPaymentFrequencyPeriod.field return 40583 end |