Class: Quickfix::UnderlyingPaymentScheduleFixingDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateOffsetDayType
constructor
A new instance of UnderlyingPaymentScheduleFixingDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateOffsetDayType
Returns a new instance of UnderlyingPaymentScheduleFixingDateOffsetDayType.
36302 36303 36304 36305 36306 36307 36308 |
# File 'lib/quickfix_fields.rb', line 36302 def initialize(data = nil) if( data == nil ) super(40693) else super(40693, data) end end |
Class Method Details
.field ⇒ Object
36299 36300 36301 |
# File 'lib/quickfix_fields.rb', line 36299 def .field return 40693 end |