Class: Quickfix::LegPaymentStreamLinkClosingLevelIndicator

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



66800
66801
66802
66803
66804
66805
66806
# File 'lib/quickfix_fields.rb', line 66800

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

Class Method Details

.fieldObject



66797
66798
66799
# File 'lib/quickfix_fields.rb', line 66797

def LegPaymentStreamLinkClosingLevelIndicator.field
  return 42469
end