Class: Quickfix::LegPaymentStreamReferenceLevel

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamReferenceLevel

Returns a new instance of LegPaymentStreamReferenceLevel.



50186
50187
50188
50189
50190
50191
50192
# File 'lib/quickfix_fields.rb', line 50186

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

Class Method Details

.fieldObject



50183
50184
50185
# File 'lib/quickfix_fields.rb', line 50183

def LegPaymentStreamReferenceLevel.field
  return 41569
end