Class: Quickfix::UnderlyingCashSettlAccruedInterestIndicator

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) ⇒ UnderlyingCashSettlAccruedInterestIndicator

Returns a new instance of UnderlyingCashSettlAccruedInterestIndicator.



58571
58572
58573
58574
58575
58576
58577
# File 'lib/quickfix_fields.rb', line 58571

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

Class Method Details

.fieldObject



58568
58569
58570
# File 'lib/quickfix_fields.rb', line 58568

def UnderlyingCashSettlAccruedInterestIndicator.field
	return 42057
end