Class: Quickfix::UnderlyingPaymentStreamResetFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamResetFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetFrequencyUnit
constructor
A new instance of UnderlyingPaymentStreamResetFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetFrequencyUnit
Returns a new instance of UnderlyingPaymentStreamResetFrequencyUnit.
35041 35042 35043 35044 35045 35046 35047 |
# File 'lib/quickfix_fields.rb', line 35041 def initialize(data = nil) if( data == nil ) super(40596) else super(40596, data) end end |
Class Method Details
.field ⇒ Object
35038 35039 35040 |
# File 'lib/quickfix_fields.rb', line 35038 def UnderlyingPaymentStreamResetFrequencyUnit.field return 40596 end |