Class: Quickfix::LegCashSettlFixedTermIndicator

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

Returns a new instance of LegCashSettlFixedTermIndicator.



46897
46898
46899
46900
46901
46902
46903
# File 'lib/quickfix_fields.rb', line 46897

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

Class Method Details

.fieldObject



46894
46895
46896
# File 'lib/quickfix_fields.rb', line 46894

def LegCashSettlFixedTermIndicator.field
  return 41359
end