Class: Quickfix::PaymentStreamPaymentFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPaymentFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentFrequencyPeriod
constructor
A new instance of PaymentStreamPaymentFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentFrequencyPeriod
Returns a new instance of PaymentStreamPaymentFrequencyPeriod.
37082 37083 37084 37085 37086 37087 37088 |
# File 'lib/quickfix_fields.rb', line 37082 def initialize(data = nil) if( data == nil ) super(40753) else super(40753, data) end end |
Class Method Details
.field ⇒ Object
37079 37080 37081 |
# File 'lib/quickfix_fields.rb', line 37079 def PaymentStreamPaymentFrequencyPeriod.field return 40753 end |