Class: Quickfix::LegPaymentStreamPaymentFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamPaymentFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPaymentFrequencyUnit
constructor
A new instance of LegPaymentStreamPaymentFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPaymentFrequencyUnit
Returns a new instance of LegPaymentStreamPaymentFrequencyUnit.
31128 31129 31130 31131 31132 31133 31134 |
# File 'lib/quickfix_fields.rb', line 31128 def initialize(data = nil) if( data == nil ) super(40295) else super(40295, data) end end |
Class Method Details
.field ⇒ Object
31125 31126 31127 |
# File 'lib/quickfix_fields.rb', line 31125 def LegPaymentStreamPaymentFrequencyUnit.field return 40295 end |