Class: Quickfix::LegCashSettlDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlDateRelativeTo
constructor
A new instance of LegCashSettlDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlDateRelativeTo
64577 64578 64579 64580 64581 64582 64583 |
# File 'lib/quickfix_fields.rb', line 64577 def initialize(data = nil) if( data == nil ) super(42301) else super(42301, data) end end |
Class Method Details
.field ⇒ Object
64574 64575 64576 |
# File 'lib/quickfix_fields.rb', line 64574 def LegCashSettlDateRelativeTo.field return 42301 end |