Class: Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod
Returns a new instance of UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod.
73300 73301 73302 73303 73304 73305 73306 |
# File 'lib/quickfix_fields.rb', line 73300 def initialize(data = nil) if( data == nil ) super(42951) else super(42951, data) end end |
Class Method Details
.field ⇒ Object
73297 73298 73299 |
# File 'lib/quickfix_fields.rb', line 73297 def UnderlyingPaymentStreamFinalPricePaymentDateOffsetPeriod.field return 42951 end |