Class: Quickfix::QuoteCancelType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteCancelType



11524
11525
11526
11527
11528
11529
11530
# File 'lib/quickfix_fields.rb', line 11524

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

Class Method Details

.fieldObject



11521
11522
11523
# File 'lib/quickfix_fields.rb', line 11521

def QuoteCancelType.field
  return 298
end