Class: Quickfix::NoUnderlyingCashSettlTerms

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



58360
58361
58362
# File 'lib/quickfix_fields.rb', line 58360

def NoUnderlyingCashSettlTerms.field
	return 42041
end