Class: Quickfix::LegCashSettlDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCashSettlDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlDateOffsetUnit
constructor
A new instance of LegCashSettlDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlDateOffsetUnit
Returns a new instance of LegCashSettlDateOffsetUnit.
64603 64604 64605 64606 64607 64608 64609 |
# File 'lib/quickfix_fields.rb', line 64603 def initialize(data = nil) if( data == nil ) super(42303) else super(42303, data) end end |
Class Method Details
.field ⇒ Object
64600 64601 64602 |
# File 'lib/quickfix_fields.rb', line 64600 def LegCashSettlDateOffsetUnit.field return 42303 end |