Class: Quickfix::LegCashSettlQuoteMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlQuoteMethod
constructor
A new instance of LegCashSettlQuoteMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlQuoteMethod
Returns a new instance of LegCashSettlQuoteMethod.
46793 46794 46795 46796 46797 46798 46799 |
# File 'lib/quickfix_fields.rb', line 46793 def initialize(data = nil) if( data == nil ) super(41351) else super(41351, data) end end |
Class Method Details
.field ⇒ Object
46790 46791 46792 |
# File 'lib/quickfix_fields.rb', line 46790 def LegCashSettlQuoteMethod.field return 41351 end |