Class: Quickfix::PaymentFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentFrequencyUnit
constructor
A new instance of PaymentFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentFrequencyUnit
Returns a new instance of PaymentFrequencyUnit.
77811 77812 77813 77814 77815 77816 77817 |
# File 'lib/quickfix_fields.rb', line 77811 def initialize(data = nil) if( data == nil ) super(43103) else super(43103, data) end end |
Class Method Details
.field ⇒ Object
77808 77809 77810 |
# File 'lib/quickfix_fields.rb', line 77808 def PaymentFrequencyUnit.field return 43103 end |