Class: Quickfix::ApplExtID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplExtID

Returns a new instance of ApplExtID.



6038
6039
6040
6041
6042
6043
6044
# File 'lib/quickfix_fields.rb', line 6038

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

Class Method Details

.fieldObject



6035
6036
6037
# File 'lib/quickfix_fields.rb', line 6035

def ApplExtID.field
  return 1156
end