Class: Quickfix::UnderlyingCashSettlDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCashSettlDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlDateOffsetDayType
constructor
A new instance of UnderlyingCashSettlDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlDateOffsetDayType
Returns a new instance of UnderlyingCashSettlDateOffsetDayType.
71012 71013 71014 71015 71016 71017 71018 |
# File 'lib/quickfix_fields.rb', line 71012 def initialize(data = nil) if( data == nil ) super(42795) else super(42795, data) end end |
Class Method Details
.field ⇒ Object
71009 71010 71011 |
# File 'lib/quickfix_fields.rb', line 71009 def .field return 42795 end |