Class: Quickfix::NoUnderlyingCashSettlTerms
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingCashSettlTerms
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingCashSettlTerms
constructor
A new instance of NoUnderlyingCashSettlTerms.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingCashSettlTerms
Returns a new instance of NoUnderlyingCashSettlTerms.
58363 58364 58365 58366 58367 58368 58369 |
# File 'lib/quickfix_fields.rb', line 58363 def initialize(data = nil) if( data == nil ) super(42041) else super(42041, data) end end |
Class Method Details
.field ⇒ Object
58360 58361 58362 |
# File 'lib/quickfix_fields.rb', line 58360 def NoUnderlyingCashSettlTerms.field return 42041 end |