Class: Quickfix::UnderlyingPaymentStreamSettlLevel

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

Instance Method Summary collapse

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