Class: Quickfix::LegCashSettlDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlDateOffsetPeriod
constructor
A new instance of LegCashSettlDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlDateOffsetPeriod
Returns a new instance of LegCashSettlDateOffsetPeriod.
64590 64591 64592 64593 64594 64595 64596 |
# File 'lib/quickfix_fields.rb', line 64590 def initialize(data = nil) if( data == nil ) super(42302) else super(42302, data) end end |
Class Method Details
.field ⇒ Object
64587 64588 64589 |
# File 'lib/quickfix_fields.rb', line 64587 def LegCashSettlDateOffsetPeriod.field return 42302 end |