Class: Quickfix::UnderlyingCashSettlFixedTermIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlFixedTermIndicator

Returns a new instance of UnderlyingCashSettlFixedTermIndicator.



58558
58559
58560
58561
58562
58563
58564
# File 'lib/quickfix_fields.rb', line 58558

def initialize(data = nil)
	if( data == nil )
		super(42056)
	else
		super(42056, data)
	end
end

Class Method Details

.fieldObject



58555
58556
58557
# File 'lib/quickfix_fields.rb', line 58555

def UnderlyingCashSettlFixedTermIndicator.field
	return 42056
end