Class: Quickfix::LegPaymentStreamResetFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamResetFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamResetFrequencyUnit
constructor
A new instance of LegPaymentStreamResetFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamResetFrequencyUnit
Returns a new instance of LegPaymentStreamResetFrequencyUnit.
31284 31285 31286 31287 31288 31289 31290 |
# File 'lib/quickfix_fields.rb', line 31284 def initialize(data = nil) if( data == nil ) super(40307) else super(40307, data) end end |
Class Method Details
.field ⇒ Object
31281 31282 31283 |
# File 'lib/quickfix_fields.rb', line 31281 def LegPaymentStreamResetFrequencyUnit.field return 40307 end |