Class: Quickfix::PaymentStreamFlatRateIndicator

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

Returns a new instance of PaymentStreamFlatRateIndicator.



44583
44584
44585
44586
44587
44588
44589
# File 'lib/quickfix_fields.rb', line 44583

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

Class Method Details

.fieldObject



44580
44581
44582
# File 'lib/quickfix_fields.rb', line 44580

def PaymentStreamFlatRateIndicator.field
  return 41180
end