Class: Quickfix::UnderlyingPaymentStreamPaymentFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamPaymentFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentFrequencyUnit
constructor
A new instance of UnderlyingPaymentStreamPaymentFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentFrequencyUnit
Returns a new instance of UnderlyingPaymentStreamPaymentFrequencyUnit.
34885 34886 34887 34888 34889 34890 34891 |
# File 'lib/quickfix_fields.rb', line 34885 def initialize(data = nil) if( data == nil ) super(40584) else super(40584, data) end end |
Class Method Details
.field ⇒ Object
34882 34883 34884 |
# File 'lib/quickfix_fields.rb', line 34882 def .field return 40584 end |