Class: Quickfix::PaymentStreamResetFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamResetFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamResetFrequencyPeriod
constructor
A new instance of PaymentStreamResetFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamResetFrequencyPeriod
Returns a new instance of PaymentStreamResetFrequencyPeriod.
37225 37226 37227 37228 37229 37230 37231 |
# File 'lib/quickfix_fields.rb', line 37225 def initialize(data = nil) if( data == nil ) super(40764) else super(40764, data) end end |
Class Method Details
.field ⇒ Object
37222 37223 37224 |
# File 'lib/quickfix_fields.rb', line 37222 def PaymentStreamResetFrequencyPeriod.field return 40764 end |