Class: Quickfix::UnderlyingPaymentScheduleFixingDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateOffsetUnit
constructor
A new instance of UnderlyingPaymentScheduleFixingDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateOffsetUnit
Returns a new instance of UnderlyingPaymentScheduleFixingDateOffsetUnit.
36289 36290 36291 36292 36293 36294 36295 |
# File 'lib/quickfix_fields.rb', line 36289 def initialize(data = nil) if( data == nil ) super(40692) else super(40692, data) end end |
Class Method Details
.field ⇒ Object
36286 36287 36288 |
# File 'lib/quickfix_fields.rb', line 36286 def .field return 40692 end |