Class: Quickfix::UnderlyingPaymentStreamSettlLevel

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

Returns a new instance of UnderlyingPaymentStreamSettlLevel.



55191
55192
55193
55194
55195
55196
55197
# File 'lib/quickfix_fields.rb', line 55191

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

Class Method Details

.fieldObject



55188
55189
55190
# File 'lib/quickfix_fields.rb', line 55188

def UnderlyingPaymentStreamSettlLevel.field
  return 41916
end