Class: Quickfix::UnderlyingPaymentStreamCalculationLagUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamCalculationLagUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCalculationLagUnit
constructor
A new instance of UnderlyingPaymentStreamCalculationLagUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCalculationLagUnit
Returns a new instance of UnderlyingPaymentStreamCalculationLagUnit.
55334 55335 55336 55337 55338 55339 55340 |
# File 'lib/quickfix_fields.rb', line 55334 def initialize(data = nil) if( data == nil ) super(41927) else super(41927, data) end end |
Class Method Details
.field ⇒ Object
55331 55332 55333 |
# File 'lib/quickfix_fields.rb', line 55331 def .field return 41927 end |