Class: Quickfix::LegPaymentStreamDelayIndicator

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

Returns a new instance of LegPaymentStreamDelayIndicator.



30946
30947
30948
30949
30950
30951
30952
# File 'lib/quickfix_fields.rb', line 30946

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

Class Method Details

.fieldObject



30943
30944
30945
# File 'lib/quickfix_fields.rb', line 30943

def LegPaymentStreamDelayIndicator.field
  return 40281
end