Class: Quickfix::LastCapacity

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LastCapacity



1228
1229
1230
1231
1232
1233
1234
# File 'lib/quickfix_fields.rb', line 1228

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

Class Method Details

.fieldObject



1225
1226
1227
# File 'lib/quickfix_fields.rb', line 1225

def LastCapacity.field
  return 29
end