Class: Quickfix::LegPaymentStreamResetFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamResetFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamResetFrequencyPeriod
constructor
A new instance of LegPaymentStreamResetFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamResetFrequencyPeriod
Returns a new instance of LegPaymentStreamResetFrequencyPeriod.
31271 31272 31273 31274 31275 31276 31277 |
# File 'lib/quickfix_fields.rb', line 31271 def initialize(data = nil) if( data == nil ) super(40306) else super(40306, data) end end |
Class Method Details
.field ⇒ Object
31268 31269 31270 |
# File 'lib/quickfix_fields.rb', line 31268 def LegPaymentStreamResetFrequencyPeriod.field return 40306 end |