Class: Quickfix::ExpQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExpQty

Returns a new instance of ExpQty.



11056
11057
11058
11059
11060
11061
11062
# File 'lib/quickfix_fields.rb', line 11056

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

Class Method Details

.fieldObject



11053
11054
11055
# File 'lib/quickfix_fields.rb', line 11053

def ExpQty.field
  return 983
end