Class: Quickfix::LegPaymentStreamType

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

Returns a new instance of LegPaymentStreamType.



30920
30921
30922
30923
30924
30925
30926
# File 'lib/quickfix_fields.rb', line 30920

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

Class Method Details

.fieldObject



30917
30918
30919
# File 'lib/quickfix_fields.rb', line 30917

def LegPaymentStreamType.field
  return 40279
end