Class: Quickfix::PaymentStreamSettlLevel

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamSettlLevel



44830
44831
44832
44833
44834
44835
44836
# File 'lib/quickfix_fields.rb', line 44830

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

Class Method Details

.fieldObject



44827
44828
44829
# File 'lib/quickfix_fields.rb', line 44827

def PaymentStreamSettlLevel.field
  return 41199
end