Class: Quickfix::OrderCapacity

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

Returns a new instance of OrderCapacity.



7247
7248
7249
7250
7251
7252
7253
# File 'lib/quickfix_fields.rb', line 7247

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

Class Method Details

.fieldObject



7244
7245
7246
# File 'lib/quickfix_fields.rb', line 7244

def OrderCapacity.field
  return 528
end