Class: Quickfix::UnderlyingPaymentStreamCalculationLagPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCalculationLagPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCalculationLagPeriod
constructor
A new instance of UnderlyingPaymentStreamCalculationLagPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCalculationLagPeriod
Returns a new instance of UnderlyingPaymentStreamCalculationLagPeriod.
55321 55322 55323 55324 55325 55326 55327 |
# File 'lib/quickfix_fields.rb', line 55321 def initialize(data = nil) if( data == nil ) super(41926) else super(41926, data) end end |
Class Method Details
.field ⇒ Object
55318 55319 55320 |
# File 'lib/quickfix_fields.rb', line 55318 def .field return 41926 end |