Class: Quickfix::LegPaymentStubType

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



32740
32741
32742
32743
32744
32745
32746
# File 'lib/quickfix_fields.rb', line 32740

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

Class Method Details

.fieldObject



32737
32738
32739
# File 'lib/quickfix_fields.rb', line 32737

def LegPaymentStubType.field
  return 40419
end