Class: Quickfix::PaymentStreamPaymentFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamPaymentFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentFrequencyUnit
constructor
A new instance of PaymentStreamPaymentFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentFrequencyUnit
Returns a new instance of PaymentStreamPaymentFrequencyUnit.
37095 37096 37097 37098 37099 37100 37101 |
# File 'lib/quickfix_fields.rb', line 37095 def initialize(data = nil) if( data == nil ) super(40754) else super(40754, data) end end |
Class Method Details
.field ⇒ Object
37092 37093 37094 |
# File 'lib/quickfix_fields.rb', line 37092 def PaymentStreamPaymentFrequencyUnit.field return 40754 end |