Class: Quickfix::LegCashSettlValuationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlValuationMethod
constructor
A new instance of LegCashSettlValuationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlValuationMethod
Returns a new instance of LegCashSettlValuationMethod.
46923 46924 46925 46926 46927 46928 46929 |
# File 'lib/quickfix_fields.rb', line 46923 def initialize(data = nil) if( data == nil ) super(41361) else super(41361, data) end end |
Class Method Details
.field ⇒ Object
46920 46921 46922 |
# File 'lib/quickfix_fields.rb', line 46920 def LegCashSettlValuationMethod.field return 41361 end |